retry de l'app back
This commit is contained in:
@@ -42,6 +42,8 @@ services:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
- app-network
|
||||
* restart:
|
||||
unless-stopped
|
||||
|
||||
db:
|
||||
image: mysql
|
||||
@@ -54,9 +56,9 @@ services:
|
||||
- MYSQL_PASSWORD=tlc
|
||||
healthcheck:
|
||||
test: ["CMD", "mysqladmin", "ping", "-h", "localhost", "-uroot", "-proot"]
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
interval: 10s
|
||||
timeout: 1m
|
||||
retries: 5
|
||||
networks:
|
||||
- app-network
|
||||
etherpad:
|
||||
|
||||
Reference in New Issue
Block a user