Update docker-compose.yml

This commit is contained in:
2025-11-20 20:41:06 +00:00
parent 8eccdc75d5
commit 0db746afd3

View File

@@ -12,13 +12,18 @@ services:
networks:
- gameovergne
restart: unless-stopped
healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1", "-u", "root", "-proot"]
interval: 10s
timeout: 5s
retries: 10
spring:
image: registry.unifihomenetwork.com/gameovergne-api:dev-latest
container_name: gameovergne-api
depends_on:
mysql:
condition: service_started
condition: service_healthy
environment:
SPRING_DATASOURCE_URL: jdbc:mysql://mysql:3306/gameovergne_app?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC
SPRING_DATASOURCE_USERNAME: gameovergne
@@ -36,7 +41,7 @@ services:
- traefik.http.services.gameovergne-api.loadbalancer.server.port=8080
- traefik.http.middlewares.gameovergne-api-stripprefix.stripprefix.prefixes=/gameovergne-api
angular:
angular:
image: registry.unifihomenetwork.com/gameovergne-client:dev-latest
container_name: gameovergne-client
depends_on: