Skip to content

Commit

Permalink
Update docker-compose.yaml (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
alongLFB authored Mar 2, 2024
1 parent 02569a8 commit c19fa02
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
services:
chatgpt-tarot-divination:
image: ghcr.io/dreamhunter2333/chatgpt-tarot-divination:v0.0.7
image: ghcr.io/dreamhunter2333/chatgpt-tarot-divination:latest
container_name: chatgpt-tarot-divination
restart: always
ports:
- 8000:8000
environment:
- api_key=sk-xxx
- api_base=https://api.openai.com/v1 # optional
- model=gpt-3.5-turbo # optional
- rate_limit=10/minute # optional
- user_rate_limit=600/hour # optional
- log_dir=/logs/ # optional
# - api_base=https://api.openai.com/v1 # optional
# - model=gpt-3.5-turbo # optional
# - rate_limit=10/minute # optional
# - user_rate_limit=600/hour # optional
# - log_dir=/logs/ # optional
- github_client_id=xxx
- github_client_secret=xxx
- jwt_secret=secret
Expand Down

0 comments on commit c19fa02

Please sign in to comment.