homelab/fighter/config/gitea/docker-compose.yml
Joey Hafner 1109cfd9e6
All checks were successful
Deploy to Fighter / Deploy (push) Successful in 17s
Deploy to Druid / Deploy (push) Successful in 18s
Deploy to Fighter / Notify (push) Successful in 2s
Deploy to Druid / Notify (push) Successful in 9s
Update all compose files to 3.9 spec
2024-02-15 02:09:59 -08:00

14 lines
436 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:
- ./runner_ubuntu_internal_config.yaml:/config.yaml
- $DOCKER_DATA/runner-ubuntu-internal:/data
- /var/run/docker.sock:/var/run/docker.sock