This commit is contained in:
2021-07-29 22:06:02 -04:00
parent fb18129826
commit 170843a04a

View File

@ -14,6 +14,7 @@ services:
- 9001:80
volumes:
- ./api/nginx.conf:/etc/nginx/conf.d/default.conf
- ./logs/api/:/var/log/nginx/
- ./api/:/app/
db:
image: mariadb
@ -37,6 +38,7 @@ services:
- 9000:80
volumes:
- ./ui/nginx.conf:/etc/nginx/conf.d/default.conf
- ./logs/ui/:/var/log/nginx/
- ./ui/:/app/
volumes: