This commit is contained in:
2021-03-19 22:49:09 -03:00
parent ec44b0281e
commit 99c18cb871
8 changed files with 45 additions and 11 deletions

View File

@ -9,6 +9,8 @@ services:
volumes:
- .:/code
- ./app/docker/nginx.conf:/etc/nginx/conf.d/default.conf
depends_on:
- app-php
app-php:
container_name: money_app_php
@ -28,6 +30,8 @@ services:
volumes:
- .:/code
- ./ui/docker/nginx.conf:/etc/nginx/conf.d/default.conf
depends_on:
- ui-php
ui-php:
container_name: money_ui_php
@ -39,14 +43,6 @@ services:
ports:
- 9124:9000
ui-gulp:
container_name: money_ui_gulp
build:
context: ./ui/docker
dockerfile: GULP.Dockerfile
volumes:
- ./ui:/app
db:
container_name: money_db
image: mariadb:latest