openai-proxy / chatgpt-proxy-main /docker-compose.yml
zhzabcd's picture
Upload 17 files
4b844d0 verified
raw
history blame contribute delete
206 Bytes
version: "3"
services:
openai-proxy:
build: .
container_name: openai-proxy
restart: always
ports:
- "3000:3000"
environment:
- API_TOKEN=
- AGENT_ROLL_INTERVAL=60000