docker-gitea-act/docker-compose.yml

20 lines
593 B
YAML

# SPDX-FileCopyrightText: 2023 Daniel Wolf <nephatrine@gmail.com>
#
# SPDX-License-Identifier: ISC
services:
act_runner:
build: .
container_name: act_runner
environment:
TZ: America/New_York
PUID: 1000
PGID: 1000
GITEA_INSTANCE_URL: http://example.net:3000/
GITEA_RUNNER_REGISTRATION_TOKEN:
GITEA_RUNNER_NAME: testrunner
GITEA_RUNNER_LABELS: alpine:docker://nephatrine/nxbuilder:alpine,debian:docker://nephatrine/nxbuilder:debian
volumes:
- /mnt/containers/act_runner:/mnt/config
- /var/run/docker.sock:/run/docker.sock