docker-compose.yml aktualisiert
Deploy / deploy (push) Successful in 39s

This commit is contained in:
2026-05-10 14:13:37 +00:00
parent 494f30d6c3
commit f9cb389304
+2
View File
@@ -24,6 +24,7 @@ services:
condition: service_healthy
networks:
- neptune
restart: unless-stopped
mysql:
image: mysql:8.0
@@ -39,6 +40,7 @@ services:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
timeout: 10s
retries: 10
restart: unless-stopped
networks:
- neptune