Add env var DEBUG to docker-compose.yml

This commit is contained in:
Rafi
2023-04-18 11:08:29 +08:00
parent e6a8868f6c
commit f1b5f8cf3c

View File

@@ -20,6 +20,7 @@ services:
platform: linux/x86_64
image: wongsaang/chatgpt-ui-wsgi-server:latest
environment:
- DEBUG=${DEBUG:-False} # Whether to enable debug mode, default False
- APP_DOMAIN=${APP_DOMAIN:-localhost:9000}
- SERVER_WORKERS=3 # The number of worker processes for handling requests.
- WORKER_TIMEOUT=180 # Workers silent for more than this many seconds are killed and restarted. default 180s