feat: configure MySQL service in Docker; update datasource URL and adjust port mappings

This commit is contained in:
Vincent Guillet
2025-11-20 15:47:48 +01:00
parent b756c9fa2d
commit 6ef5b998a4
2 changed files with 23 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ spring.application.name=api
server.port=3000
spring.datasource.url=jdbc:mysql://localhost:3306/gameovergne_app?useSSL=false&allowPublicKeyRetrieval=true
spring.datasource.url=jdbc:mysql://mysql:3306/gameovergne_app?useSSL=false&allowPublicKeyRetrieval=true
spring.datasource.username=gameovergne
spring.datasource.password=gameovergne