Moved media and torrenting to zfs dir

This commit is contained in:
Richie Cahill
2024-06-20 21:53:44 -04:00
parent 0598004dc1
commit 87dd18a894
5 changed files with 23 additions and 23 deletions

View File

@ -15,7 +15,7 @@
postgres = {
image = "postgres:16";
ports = [ "5432:5432" ];
volumes = [ "/ZFS/media/databases/postgres:/var/lib/postgresql/data" ];
volumes = [ "/zfs/media/databases/postgres:/var/lib/postgresql/data" ];
environment = {
POSTGRES_USER = "admin";
POSTGRES_DB = "archive";