updated for local

This commit is contained in:
2025-11-04 19:34:58 -05:00
parent f6f81126f0
commit 811e0d6a80

View File

@@ -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'