Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
babaohuang committed Dec 15, 2023
1 parent 1fd54dc commit 7245ad3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ services:
ports:
- "3000:3000"
environment:
- GEMINI_API_KEY=YOUR_GEMINI_API_KEY
- GEMINI_API_KEY=AIzaSyDSsLcMgLJnhOT1DyeCMbxy5o1tDFHBu_Y
# - HTTPS_PROXY=YOUR_HTTPS_PROXY
# - OPENAI_API_BASE_URL=YOUR_OPENAI_API_BASE_URL
# - HEAD_SCRIPTS=YOUR_HEAD_SCRIPTS
# - PUBLIC_SECRET_KEY=YOUR_SECRET_KEY
- HEAD_SCRIPTS=<!-- Google tag (gtag.js) --><script async src="https://www.googletagmanager.com/gtag/js?id=G-1796HL00RF"></script><script>window.dataLayer =window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-1796HL00RF');</script>
- PUBLIC_SECRET_KEY=CB704E1F-4D62-3C8E-36F5-A809F1781DC8
# - SITE_PASSWORD=YOUR_SITE_PASSWORD
# - OPENAI_API_MODEL=YOUR_OPENAI_API_MODEL

0 comments on commit 7245ad3

Please sign in to comment.