This commit is contained in:
2021-12-06 22:08:05 -03:00
parent 69c2cffa6c
commit 378de3ed86

View File

@ -11,7 +11,7 @@ services:
env_file:
- .env
- .api.env
- .python.key
- .python.env
volumes:
- ./api/:/app/
- ./api/php.ini:/usr/local/etc/php/conf.d/php.ini
@ -75,7 +75,7 @@ services:
build:
context: ./python
env_file:
- .python.key
- .python.env
ports:
- "9003:5000"
volumes: