add nextcloud and postgres to docker

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-08-15 23:35:11 -04:00
parent bb3a853bbc
commit b99dd1514b
5 changed files with 267 additions and 48 deletions

View File

@ -6,7 +6,36 @@
}:
{
imports = [ ./archiveteam.nix ];
imports = [
./archiveteam.nix
./docker.nix
./nextcloud.nix
];
virtualisation.oci-containers.backend = "docker";
# "nextcloud-go-vod-1 radialapps/go-vod"
# "nextcloud-nextcloud-1 nextcloud-nextcloud"
# "nextcloud-redis-1 redis"
# "rlcraft-mc-1 itzg/minecraft-server:java8"
# "mc-router-mc-router-1 itzg/mc-router"
# "unifi-controller lscr.io/linuxserver/unifi-network-application:latest"
# "unifi-20-mongodb-1 mongo:7.0"
# "restic-grafana-1 grafana/grafana:latest"
# "restic-prometheus-1 prom/prometheus:latest"
# "restic-restserver-1 restic/rest-server:latest"
# "firefly-iii-fidi-1 fireflyiii/data-importer:latest"
# "firefly-iii-app-1 fireflyiii/core:latest"
# "haproxy-haproxy-1 haproxy:latest"
# "calibre-web lscr.io/linuxserver/calibre-web:latest"
# "glances-glances-1 nicolargo/glances:latest-full"
# "foundry felddy/foundryvtt:11"
# "Qbit ghcr.io/linuxserver/qbittorrent:latest"
# "Qbitvpn binhex/arch-qbittorrentvpn:latest"
}