1
0
Fork 0
1Panel-Appstore/apps/uni-api/1.7.44/docker-compose.yml

22 lines
426 B
YAML

services:
uni-api:
image: yym68686/uni-api:1.7.44
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:8000
volumes:
- "${DATA_PATH}:/home/data"
- "${LOCAL_CONFIG_PATH}:/home/api.yaml"
environment:
- CONFIG_URL=${CONFIG_URL}
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true