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_file:
- .env - .env
- .api.env - .api.env
- .python.key - .python.env
volumes: volumes:
- ./api/:/app/ - ./api/:/app/
- ./api/php.ini:/usr/local/etc/php/conf.d/php.ini - ./api/php.ini:/usr/local/etc/php/conf.d/php.ini
@ -75,7 +75,7 @@ services:
build: build:
context: ./python context: ./python
env_file: env_file:
- .python.key - .python.env
ports: ports:
- "9003:5000" - "9003:5000"
volumes: volumes: