apps/mealie/docker-compose.yml aktualisiert
This commit is contained in:
@@ -3,8 +3,6 @@ services:
|
|||||||
image: ghcr.io/mealie-recipes/mealie:v3.12.0
|
image: ghcr.io/mealie-recipes/mealie:v3.12.0
|
||||||
container_name: mealie
|
container_name: mealie
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
|
||||||
- /mnt/user/appdata/secrets/mealie.env
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Berlin
|
TZ: Europe/Berlin
|
||||||
@@ -43,14 +41,12 @@ services:
|
|||||||
image: postgres:17
|
image: postgres:17
|
||||||
container_name: mealie-postgres
|
container_name: mealie-postgres
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
|
||||||
- /mnt/user/appdata/secrets/mealie.env
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Berlin
|
TZ: Europe/Berlin
|
||||||
POSTGRES_USER: mealie
|
POSTGRES_USER: mealie
|
||||||
POSTGRES_DB: mealie
|
POSTGRES_DB: mealie
|
||||||
POSTGRES_PASSWORD: ${MEALIE_DB_PASSWORD}
|
POSTGRES_PASSWORD: ${Kallilab-Mealie-2026!}
|
||||||
PGDATA: /var/lib/postgresql/data
|
PGDATA: /var/lib/postgresql/data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user