Updated infra for mail and gitea runner

This commit is contained in:
pptx704
2025-08-01 04:07:17 +03:00
parent 129ce9962f
commit c6c8a852eb
6 changed files with 863 additions and 1 deletions

14
gitea-runner.compose.yml Normal file
View File

@ -0,0 +1,14 @@
services:
runner:
image: docker.io/gitea/act_runner:nightly
environment:
CONFIG_FILE: /config.yaml
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}"
volumes:
- ./gitea-runner.config.yml:/config.yaml
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock