Docker
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user