From d6085299027eab45c82146f765c024c03619599b Mon Sep 17 00:00:00 2001 From: alongLFB Date: Fri, 1 Mar 2024 21:44:59 +0400 Subject: [PATCH] Update docker-compose.yaml --- docker-compose.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 060a33d..c2db598 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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