Files
CasaOS-alexanders-AppStore/Apps/gitea-runner/docker-compose.yml

36 lines
1.1 KiB
YAML

name: gitea-runner
services:
runner:
container_name: gitea-runner-01
environment:
- CONFIG_FILE=/config.yaml
- GITEA_INSTANCE_URL=https://GITEA_INSTANCE_URL_GOES_HERE
- GITEA_RUNNER_NAME=runner-01
- GITEA_RUNNER_REGISTRATION_TOKEN=GITEA_TOKEN
image: docker.io/gitea/act_runner:latest
labels:
icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/gitea-runner/icon.png
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/$AppData/config.yaml
target: /config.yaml
- type: bind
source: /DATA/AppData/$AppData/data
target: /data
- type: bind
source: /var/run/docker.sock
target: /var/run/docker.sock
network_mode: bridge
x-casaos:
architectures:
- amd64
- arm64
author: Alexander Hinrichs
category: Development
icon: https://git.ct.hinrichs.dev/alexander/CasaOS-alexanders-AppStore/raw/branch/main/Apps/gitea-runner/icon.png
index: /
store_app_id: gitea-runner
title:
en_us: Gitea Runner