Files
CA_LARAVEL/docker-compose.yml
2020-02-11 16:47:16 +01:00

24 lines
396 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