retry de l'app back

This commit is contained in:
Alexandre Chevalier
2026-02-11 16:10:30 +01:00
parent b8e322d7be
commit cf9206dcab

View File

@@ -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: