Update compose.yaml
This commit is contained in:
+25
-25
@@ -22,31 +22,31 @@ services:
|
||||
POSTGRES_SERVER: postgres
|
||||
POSTGRES_PORT: 5432
|
||||
POSTGRES_DB: mealie
|
||||
# depends_on:
|
||||
# postgres:
|
||||
# condition: service_healthy
|
||||
# postgres:
|
||||
# networks:
|
||||
# - bragi-local
|
||||
# container_name: 04_groceries_postgres
|
||||
# image: postgres:15
|
||||
# restart: always
|
||||
# volumes:
|
||||
# - /home/shrek/docker/stack/mealie/mealie-pgdata:/var/lib/postgresql/data
|
||||
# environment:
|
||||
# POSTGRES_PASSWORD: mealie
|
||||
# POSTGRES_USER: mealie
|
||||
# PGUSER: mealie
|
||||
# healthcheck:
|
||||
# test:
|
||||
# - CMD
|
||||
# - pg_isready
|
||||
# interval: 30s
|
||||
# timeout: 20s
|
||||
# retries: 3
|
||||
#volumes:
|
||||
# mealie-data: null
|
||||
# mealie-pgdata: null
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
postgres:
|
||||
networks:
|
||||
- bragi-local
|
||||
container_name: 04_groceries_postgres
|
||||
image: postgres:15
|
||||
restart: always
|
||||
volumes:
|
||||
- /home/shrek/docker/stack/mealie/mealie-pgdata:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_PASSWORD: mealie
|
||||
POSTGRES_USER: mealie
|
||||
PGUSER: mealie
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD
|
||||
- pg_isready
|
||||
interval: 30s
|
||||
timeout: 20s
|
||||
retries: 3
|
||||
volumes:
|
||||
mealie-data: null
|
||||
mealie-pgdata: null
|
||||
|
||||
networks:
|
||||
bragi-local:
|
||||
|
||||
Reference in New Issue
Block a user