1
0

chore(deps): update gitea/act_runner docker tag to v0.3.0 (#4125)

This commit is contained in:
renovate[bot]
2026-02-19 14:47:25 +00:00
committed by GitHub
parent 2409195334
commit 5e748d9700
5 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,25 @@
networks:
1panel-network:
external: true
services:
gitea:
image: gitea/act_runner:0.3.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
privileged: true
volumes:
- ${GITEA_RUNNER_ROOT_PATH}/config.yaml:/config.yaml
- ${GITEA_RUNNER_ROOT_PATH}/data:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
environment:
GITEA_INSTANCE_URL: "${GITEA_INSTANCE_URL}"
GITEA_RUNNER_REGISTRATION_TOKEN: "${GITEA_RUNNER_REGISTRATION_TOKEN}"
GITEA_RUNNER_NAME: "${GITEA_RUNNER_NAME}"
GITEA_RUNNER_LABELS: "${GITEA_RUNNER_LABELS}"