apps/mealie/docker-compose.yml aktualisiert

This commit is contained in:
2026-03-25 19:01:19 +00:00
parent 3db0744f23
commit caf4c07283
+1 -5
View File
@@ -3,8 +3,6 @@ services:
image: ghcr.io/mealie-recipes/mealie:v3.12.0
container_name: mealie
restart: unless-stopped
env_file:
- /mnt/user/appdata/secrets/mealie.env
environment:
TZ: Europe/Berlin
@@ -43,14 +41,12 @@ services:
image: postgres:17
container_name: mealie-postgres
restart: unless-stopped
env_file:
- /mnt/user/appdata/secrets/mealie.env
environment:
TZ: Europe/Berlin
POSTGRES_USER: mealie
POSTGRES_DB: mealie
POSTGRES_PASSWORD: ${MEALIE_DB_PASSWORD}
POSTGRES_PASSWORD: ${Kallilab-Mealie-2026!}
PGDATA: /var/lib/postgresql/data
volumes: