homelab/fighter/config/gitea/docker-compose.yml
Joey Hafner 437e36b291
Some checks failed
Deploy to Fighter / Deploy (push) Failing after 1s
Deploy to Druid / Deploy (push) Failing after 2s
Deploy to Fighter / Notify (push) Successful in 2s
Deploy to Druid / Notify (push) Successful in 3s
#126 Cleanup to facilitate diagnosis later
2024-05-28 11:42:59 -07:00

14 lines
413 B
YAML

version: '3.9'
services:
runner-ubuntu:
image: gitea/act_runner:latest
container_name: gitea_runner-ubuntu-internal
env_file:
- path: ./runner-ubuntu-internal.env
required: true
- path: ./runner_secrets.env
required: false
volumes:
- ./config.yaml:/config.yaml
- $DOCKER_DATA/runner-ubuntu-internal:/data
- /var/run/docker.sock:/var/run/docker.sock