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