1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-27 10:14:59 +08:00
pooneyy 4ad82974ad
feat(apifox-runner): update to version 2.2.3
- update docker image tag from 2.1.0 to 2.2.3 in the version-specific compose file
- remove the deprecated 'latest' version directory and its configuration files
2026-02-23 11:04:42 +08:00

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}