1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 01:01:02 +08:00
2025-10-01 16:33:31 +08:00

27 lines
672 B
YAML

services:
actions-runner:
image: ghcr.io/pooneyy/actions-runner:2.328.0
container_name: ${CONTAINER_NAME}
restart: always
privileged: true
networks:
- 1panel-network
labels:
createdBy: "Apps"
environment:
ROLE: ${ROLE}
REPO: ${REPO}
RUNNER_GITHUB_TOKEN: ${GITHUB_TOKEN}
RUNNER_NAME: ${RUNNER_NAME}
RUNNER_LABELS: ${RUNNER_LABELS}
WORK_FOLDER: ${WORK_FOLDER}
RUNNER_GROUP: ${RUNNER_GROUP}
AUTO_UNREGISTER: ${AUTO_UNREGISTER}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./config:/home/runner/.runner_config
networks:
1panel-network:
external: true