1
0

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
This commit is contained in:
pooneyy
2026-02-23 11:04:24 +08:00
parent 6fe2382bfb
commit 4ad82974ad
4 changed files with 1 additions and 91 deletions

View File

@@ -0,0 +1,23 @@
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}