Spaces:
Running
Running
File size: 380 Bytes
121e67d 29cc386 121e67d 29cc386 |
1 2 3 4 5 6 7 8 9 10 11 |
services:
promptlayer-proxy:
build:
context: .
dockerfile: Dockerfile
restart: always
ports:
- "3000:3000"
environment:
- ACCOUNTS= # 填入promptlayer账号密码authorization header,账号密码authorization之间用:隔开,多个账号用逗号分隔 (name:password:ey......)
- AUTH_TOKEN= # 设置API认证密钥 |