chore: update Docker config and Guanghan mission timeline
- Docker: update config for topology API deployment - Timeline: complete GHC-06 EVA log through EVA-14 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+4
-3
@@ -1,10 +1,11 @@
|
||||
services:
|
||||
web:
|
||||
topology-api:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "${APP_PORT:-8000}:8000"
|
||||
- "${TOPOLOGY_API_PORT:-8080}:8080"
|
||||
restart: unless-stopped
|
||||
command: gunicorn --bind 0.0.0.0:8000 main:app
|
||||
command: gunicorn --bind 0.0.0.0:8080 --workers 2 --timeout 30 "topology_api.app:create_app()"
|
||||
|
||||
Reference in New Issue
Block a user