Compare commits
2 Commits
deploy
...
810f63cf70
| Author | SHA1 | Date | |
|---|---|---|---|
| 810f63cf70 | |||
| cd9b456765 |
@@ -24,7 +24,7 @@ services:
|
||||
ports:
|
||||
- "127.0.0.1:${POSTGRES_PORT}:5432"
|
||||
healthcheck:
|
||||
test: ["CMD", "pg_isready"]
|
||||
test: ["CMD", "pg_isready", "-d", "$${POSTGRES_DB}", "-U", "$${POSTGRES_USER}"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
@@ -38,4 +38,4 @@ networks:
|
||||
bot_network:
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
postgres_data:
|
||||
|
||||
Reference in New Issue
Block a user