发布应用 ApiFox Runner 自部署

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2024-12-26 11:49:52 +08:00
parent b19e57bd6f
commit 7779fb617a
12 changed files with 189 additions and 0 deletions
@@ -0,0 +1,22 @@
networks:
1panel-network:
external: true
services:
apifox-runner:
image: apifox/self-hosted-general-runner:latest
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:4524
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${APIFOX_RUNNER_ROOT_PATH}/runner:/opt/runner
environment:
- TZ=Asia/Shanghai