Add hot reload and debug command

This commit is contained in:
2026-09-06 16:33:57 +02:00
parent 3cd4cc2bc0
commit 2c8284502d
+1 -1
View File
@@ -23,7 +23,7 @@ services:
environment: environment:
port: 8000 port: 8000
api-key: "top-secret" api-key: "top-secret"
command: -k "top-secret" -c /app/config.json -n mymcpo command: -k "top-secret" -c /app/config.json -n mymcpo --hot-reload --log-level DEBUG
ports: ports:
- "8888:8000" - "8888:8000"
volumes: volumes: