Skip to content

Commit

Permalink
Add env var DEBUG to docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WongSaang committed Apr 18, 2023
1 parent e6a8868 commit f1b5f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1b5f8c

Please sign in to comment.