File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ x-app-base: &app-base
39
39
- " ${APP_WEB_BIND:-8000}:8000" # Main application port
40
40
- " ${GITINGEST_METRICS_HOST:-127.0.0.1}:${GITINGEST_METRICS_PORT:-9090}:9090" # Metrics port
41
41
user : " 1000:1000"
42
- command : ["python", "run_server.py "]
42
+ command : ["python", "-m", "server "]
43
43
44
44
services :
45
45
# Production service configuration
@@ -65,9 +65,8 @@ services:
65
65
volumes :
66
66
# Mount source code for live development
67
67
- ./src:/app:ro
68
- - ./run_server.py:/app/run_server.py:ro
69
68
# Use --reload flag for hot reloading during development
70
- command : ["python", "run_server.py "]
69
+ command : ["python", "-m", "server "]
71
70
depends_on :
72
71
minio-setup :
73
72
condition : service_completed_successfully
You can’t perform that action at this time.
0 commit comments