Ajout de mySQL

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-11 16:08:34 +01:00
parent fc0515a2d0
commit 71fa5f1d53
2 changed files with 33 additions and 2 deletions

View File

@ -4,4 +4,18 @@ services:
image: project
build:
context: .
dockerfile: Dockerfile
dockerfile: Dockerfile
mariadb:
image: mariadb
environment:
- MYSQL_ROOT_PASSWORD=4sfdg64s89g4sfd6g84sd6g45
- MYSQL_DATABASE=stm
- MYSQL_USER=stm
- MYSQL_PASSWORD=stm
networks:
- studiomoto
networks:
studiomoto:
external: false