Skip to content

Commit

Permalink
Update environment variables in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmabrouk committed Dec 5, 2023
1 parent 9a89cd0 commit 658313d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ services:
environment:
- MONGODB_URI=mongodb://username:password@mongo:27017
- REDIS_URL=redis://redis:6379/0
- ENVIRONMENT=development
- ENVIRONMENT=production
- DATABASE_MODE=v2
- FEATURE_FLAG=oss
- AGENTA_TEMPLATE_REPO=agentaai/templates_v2
- POSTHOG_API_KEY=phc_hmVSxIjTW1REBHXgj2aw4HW9X6CXb6FzerBgP9XenC7
- BARE_DOMAIN_NAME=${BARE_DOMAIN_NAME:-localhost}
- DOMAIN_NAME=${DOMAIN_NAME:-http://localhost}
- FEATURE_FLAG=oss
command:
[
"uvicorn",
Expand Down

0 comments on commit 658313d

Please sign in to comment.