uni-api / docker-compose.yml
yym68686's picture
update docker-compose
08e1b7e
raw
history blame
205 Bytes
services:
uni-api:
container_name: uni-api
image: yym68686/uni-api:latest
environment:
- USE_ROUND_ROBIN=True
ports:
- 8001:8000
volumes:
- ./api.yaml:/home/api.yaml