mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-04-22 10:52:14 +00:00
24 lines
400 B
YAML
Executable File
24 lines
400 B
YAML
Executable File
version: "3"
|
|
services:
|
|
php:
|
|
image: project
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
networks:
|
|
- studiomoto
|
|
mariadb:
|
|
image: mariadb
|
|
environment:
|
|
- MYSQL_ROOT_PASSWORD=4sfdg64s89g4sfd6g84sd6g45
|
|
- MYSQL_DATABASE=stm
|
|
- MYSQL_USER=stm
|
|
- MYSQL_PASSWORD=stm
|
|
networks:
|
|
- studiomoto
|
|
|
|
|
|
networks:
|
|
studiomoto:
|
|
external: false
|