mirror of
https://github.com/lanqian528/chat2api.git
synced 2026-06-19 21:05:19 +08:00
15 lines
443 B
YAML
15 lines
443 B
YAML
version: '3'
|
|
|
|
services:
|
|
app:
|
|
image: lanqian528/chat2api:latest
|
|
container_name: chat2api
|
|
restart: unless-stopped
|
|
ports:
|
|
- '5005:5005'
|
|
# environment:
|
|
# - AUTHORIZATION=your_first_token, your_second_token
|
|
# - FREE35_BASE_URL=https://chat.openai.com/backend-anon, https://auroraxf.glitch.me/api, https://api.angelxf.cf/api
|
|
# - HISTORY_DISABLED=false
|
|
# - PROXY_URL=your_first_proxy, your_second_proxy
|