Skip to content

Commit 86383fe

Browse files
committed
add debug logging
1 parent aa8a6a1 commit 86383fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ services:
1414
mode: ingress
1515
environment:
1616
ASK_TOKEN:
17+
DEBUG: 1
1718
FLASK_APP: app.py
1819
REBUILD_TOKEN:
1920
SECRET_KEY:
@@ -58,6 +59,7 @@ services:
5859
mode: host
5960
environment:
6061
- OPENAI_API_KEY=${OPENAI_API_KEY}
62+
- DEBUG=1
6163
healthcheck:
6264
test:
6365
- CMD

0 commit comments

Comments
 (0)