-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.test.example.yml
More file actions
31 lines (29 loc) · 1.09 KB
/
docker-compose.test.example.yml
File metadata and controls
31 lines (29 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
version: '3.9'
services:
chatgpt_proxy_test:
build: .
container_name: chatgpt_proxy_test
ports:
- "8089:8089"
volumes:
- ./src/db:/usr/src/app/src/db
environment:
- PORT=8089
- ADMIN_FIRST=YOUR_TEST_ADMIN_TOKEN_HERE
- AZURE_OPENAI_ENDPOINT_TTS=YOUR_AZURE_ENDPOINT
- AZURE_OPENAI_KEY_TTS=YOUR_AZURE_KEY
- OPENAI_API_KEY=YOUR_OPENAI_KEY
- OPENAI_BASE_URL=https://api.goapi.xyz/v1/
- AIGUOGUO_API_KEY=YOUR_AIGUOGUO_KEY
- AIGUOGUO_BASE_URL=https://api.aiguoguo199.com/v1/
- FREE_OPENAI_KEY=YOUR_FREE_OPENAI_KEY
- FREE_OPENAI_BASE_URL=https://api.deepinfra.com/v1/openai
- OPENAI_ORIGINAL_API_KEY=YOUR_OPENAI_ORIGINAL_KEY
- OPENAI_ORIGINAL_BASE_URL=https://api.openai.com/v1
- AIGUOGUO_CLAUDE_API_KEY=YOUR_CLAUDE_KEY
- AIGUOGUO_CLAUDE_BASE_URL=https://api.aiguoguo199.com/v1/
- DEEPSEEK_API_KEY=YOUR_DEEPSEEK_KEY
- DEEPSEEK_BASE_URL=https://api.deepseek.com/v1
- OPENROUTER_API_KEY=YOUR_OPENROUTER_KEY
- OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
restart: unless-stopped