refacto - restructure code

This commit is contained in:
Kevin Mitressé
2024-06-14 17:05:30 +02:00
parent 4fa4cf2d1f
commit 2a4a594b14
162 changed files with 2 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
version: '2'
services:
mysql-db:
image: mysql:latest
environment:
- MYSQL_ROOT_PASSWORD=root
volumes:
- ./mysql/init:/docker-entrypoint-initdb.d
ports:
- "3306:3306"
expose:
- "3306"