We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2784e85 commit 726fb28Copy full SHA for 726fb28
compose.yaml
@@ -13,8 +13,8 @@ services:
13
mode: ingress
14
environment:
15
FLASK_APP: app.py
16
- SECRET_KEY:
17
- SEGMENT_WRITE_KEY:
+ SECRET_KEY:
+ SEGMENT_WRITE_KEY:
18
SESSION_COOKIE_SECURE: 1
19
OPENAI_API_KEY: ${OPENAI_API_KEY} # Set your OpenAI API key here or in the .env file
20
command: uwsgi --http 0.0.0.0:5050 --wsgi-file app.py --callable app --processes 4 --threads 2
0 commit comments