updated for local
This commit is contained in:
@@ -26,6 +26,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ../eamco_money_api
|
context: ../eamco_money_api
|
||||||
dockerfile: Dockerfile.local
|
dockerfile: Dockerfile.local
|
||||||
|
environment:
|
||||||
|
- MODE=LOCAL
|
||||||
ports:
|
ports:
|
||||||
- '9613:8000'
|
- '9613:8000'
|
||||||
command: 'uvicorn main:app --reload --host 0.0.0.0 --port 8000'
|
command: 'uvicorn main:app --reload --host 0.0.0.0 --port 8000'
|
||||||
|
|||||||
Reference in New Issue
Block a user