Skip to content

Commit

Permalink
Added missing env var to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-holzner committed Oct 1, 2024
1 parent 294e7a1 commit df4b9bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
environment:
- DATABASE_URL=sqlite:///./data/database.db
- URL=http://localhost:8000
- OPENAI_API_KEY=key-goes-here
restart: unless-stopped
labels:
- "com.centurylinklabs.watchtower.enable=true"
Expand Down

0 comments on commit df4b9bd

Please sign in to comment.