This commit is contained in:
cangui 2025-07-13 22:53:22 +02:00
parent 2ee3edb965
commit 34004d0f14

View File

@ -17,8 +17,6 @@ services:
depends_on: depends_on:
db: db:
condition: service_healthy condition: service_healthy
labels:
# … tes labels Traefik …
networks: networks:
- dokploy-network - dokploy-network
@ -33,7 +31,7 @@ services:
volumes: volumes:
- db_data:/var/lib/mysql - db_data:/var/lib/mysql
healthcheck: healthcheck:
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"] test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
interval: 10s interval: 10s
timeout: 5s timeout: 5s
retries: 5 retries: 5