chore(deps): update ghcr.io/pooneyy/actions-runner docker tag to v2.332.0 (#4213)
This commit is contained in:
28
apps/action-runner/2.332.0/docker-compose.yml
Normal file
28
apps/action-runner/2.332.0/docker-compose.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
services:
|
||||
actions-runner:
|
||||
image: ghcr.io/pooneyy/actions-runner:2.332.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
privileged: ${PRIVILEGED}
|
||||
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:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./config:/home/runner/.runner_config
|
||||
- ./logs:/home/runner/.runner_logs
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user