Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamMRS committed Oct 17, 2024
1 parent fa14f37 commit 3e01f4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ services:
build: ./core
restart: unless-stopped
environment:
- FLASK_ENV=development # Autorestarts flask when code changes are detected
- OPENAI_API_KEY=${OPENAI_API_KEY}
- LANGSMITH_API_KEY=&{LANGSMITH_API_KEY}
- PORT=&{PORT}
FLASK_ENV: ${FLASK_ENV} # Autorestarts flask when code changes are detected
OPENAI_API_KEY: ${OPENAI_API_KEY}
LANGSMITH_API_KEY: ${LANGSMITH_API_KEY}
PORT: ${PORT}
volumes:
- ./core:/app # Mount the application code to detect live changes
networks:
Expand Down

0 comments on commit 3e01f4a

Please sign in to comment.