Add all files
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
INSTANCE_URL = https://gitea.digitoolsolutions.synology.me
|
||||||
|
REGISTRATION_TOKEN =
|
||||||
|
# RUNNER_NAME =
|
||||||
|
# RUNNER_LABELS =
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
data/*
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
services:
|
||||||
|
runner:
|
||||||
|
image: docker.io/gitea/runner:latest
|
||||||
|
container_name: gitea-runner
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
CONFIG_FILE: /config.yaml
|
||||||
|
GITEA_INSTANCE_URL: "${INSTANCE_URL}"
|
||||||
|
GITEA_RUNNER_REGISTRATION_TOKEN: "${REGISTRATION_TOKEN}"
|
||||||
|
GITEA_RUNNER_NAME: "${RUNNER_NAME}"
|
||||||
|
GITEA_RUNNER_LABELS: "${RUNNER_LABELS}"
|
||||||
|
volumes:
|
||||||
|
- ./config.yaml:/config.yaml
|
||||||
|
- ./data:/data
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
Reference in New Issue
Block a user