mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-20 21:09:17 +00:00
@ -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
|
||||
|
Reference in New Issue
Block a user