openai-proxy / docker-compose.yml
zhzabcd's picture
Upload 12 files
b16e3f0 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