Add hot reload and debug command
This commit is contained in:
+1
-1
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user