Remove mysql service dependency

This commit is contained in:
Vincent Guillet
2025-09-24 11:58:06 +02:00
parent 4acf024350
commit 98cf31349b

View File

@@ -4,8 +4,6 @@ services:
context: ./api context: ./api
dockerfile: Dockerfile dockerfile: Dockerfile
container_name: gameovergne-api container_name: gameovergne-api
depends_on:
- mysql
networks: networks:
- gameovergne-app-network - gameovergne-app-network
ports: ports: