53eb9f9 810662a 53eb9f9 1d1b0f1 79bd233
1
2
3
4
5
6
7
8
9
10
11
services: uni-api: container_name: uni-api image: yym68686/uni-api:latest environment: - CONFIG_URL=http://file_url/api.yaml ports: - 8001:8000 volumes: - ./api.yaml:/home/api.yaml - ./uniapi_db:/home/data