api / docker-compose.yml
clash-linux's picture
Upload 14 files
29cc386 verified
raw
history blame contribute delete
380 Bytes
services:
promptlayer-proxy:
build:
context: .
dockerfile: Dockerfile
restart: always
ports:
- "3000:3000"
environment:
- ACCOUNTS= # 填入promptlayer账号密码authorization header,账号密码authorization之间用:隔开,多个账号用逗号分隔 (name:password:ey......)
- AUTH_TOKEN= # 设置API认证密钥