remove comment
This commit is contained in:
parent
19667807bb
commit
8ebdae9459
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- app_network
|
- app_network
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "pg_isready", "-U", "${POSTGRES_USER}", "-d", "${POSTGRES_DB}" ] # Check if PostgreSQL is ready
|
test: [ "CMD", "pg_isready", "-U", "${POSTGRES_USER}", "-d", "${POSTGRES_DB}" ]
|
||||||
interval: 1s
|
interval: 1s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue