1
0
Fork 0
1Panel-Appstore/apps/apifox-runner/2.2.3/docker-compose.yml

24 lines
593 B
YAML

networks:
1panel-network:
external: true
services:
apifox-runner:
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner:2.2.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:4524
volumes:
- ${APIFOX_RUNNER_ROOT_PATH}/runner:/opt/runner
environment:
- TZ=Asia/Shanghai
- SERVER_APP_BASE_URL=${SERVER_APP_BASE_URL}
- TEAM_ID=${TEAM_ID}
- RUNNER_ID=${RUNNER_ID}
- ACCESS_TOKEN=${ACCESS_TOKEN}