appstore-1panel/apps/act_runner/0.2.11/docker-compose.yml
renovate[bot] 5dd41cd75c
chore(deps): update gitea/act_runner docker tag to v0.2.11 (#2171)
* chore(deps): update gitea/act_runner docker tag to v0.2.11

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2024-09-24 22:29:38 +08:00

23 lines
643 B
YAML

services:
act_runner:
image: gitea/act_runner:0.2.11
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
volumes:
#- ./data/config.yaml:/config.yaml # 可选配置
- ./data/data:/data
- /var/run/docker.sock:/var/run/docker.sock
environment:
#- CONFIG_FILE=/config.yaml
- GITEA_INSTANCE_URL=${GITEA_INSTANCE_URL}
- GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_REGISTRATION_TOKEN}
- GITEA_RUNNER_NAME=${RUNNER_NAME}
- GITEA_RUNNER_LABELS=${RUNNER_LABELS}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true