auto commit
This commit is contained in:
parent
6b43b6ebdf
commit
96843b2ae4
@ -31,8 +31,6 @@ services:
|
|||||||
- "postgres"
|
- "postgres"
|
||||||
- "-c"
|
- "-c"
|
||||||
- "config_file=/etc/postgresql/postgresql.conf"
|
- "config_file=/etc/postgresql/postgresql.conf"
|
||||||
networks:
|
|
||||||
- fems-network
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"]
|
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
Loading…
Reference in New Issue
Block a user