mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 03:17:58 +08:00
22 lines
481 B
YAML
22 lines
481 B
YAML
networks:
|
|
1panel-network:
|
|
external: true
|
|
services:
|
|
apifox-runner:
|
|
container_name: apifox-runner
|
|
env_file:
|
|
- ./envs/global.env
|
|
- .env
|
|
environment:
|
|
- TZ=Asia/Shanghai
|
|
image: registry.cn-hangzhou.aliyuncs.com/apifox/self-hosted-general-runner:1.4.0
|
|
labels:
|
|
createdBy: Apps
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:4524
|
|
restart: always
|
|
volumes:
|
|
- ${APIFOX_RUNNER_ROOT_PATH}/runner:/opt/runner
|