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 05ac620 commit 2096cf1Copy full SHA for 2096cf1
compose.dev.yaml
@@ -14,6 +14,10 @@ services:
14
SEGMENT_WRITE_KEY: ${SEGMENT_WRITE_KEY} # Set your Segment write key here or in the .env file
15
SESSION_COOKIE_SECURE: 0
16
OPENAI_API_KEY: ${OPENAI_API_KEY} # Set your OpenAI API key here or in the .env file
17
+ volumes:
18
+ - type: bind
19
+ source: ./app
20
+ target: /app
21
command: flask run --host=0.0.0.0 --port=5050
22
deploy:
23
resources:
0 commit comments