what
Some checks failed
Test Flake / test_flake (push) Failing after 23s
Test Flake / dry_build (push) Failing after 26s

This commit is contained in:
2025-12-19 08:40:24 -07:00
parent 7318c0e094
commit 2a85ad21cb
3 changed files with 56 additions and 55 deletions

View File

@@ -17,10 +17,10 @@
"POSTGRES_SERVER" = "postgres";
"POSTGRES_USER" = "mealie";
"PUID" = "1000";
"TZ" = "America/Anchorage";
"TZ" = "America/Denver";
};
volumes = [
"mealieio_mealie-data:/app/data:rw"
"mealie-data:/app/data:rw"
];
ports = [
"9925:9000/tcp"
@@ -63,7 +63,7 @@
"POSTGRES_USER" = "mealie";
};
volumes = [
"mealieio_mealie-pgdata:/var/lib/postgresql/data:rw"
"mealie-pgdata:/var/lib/postgresql/data:rw"
];
log-driver = "journald";
extraOptions = [