Remove broken dind runner
All checks were successful
Deploy to Druid / Deploy (push) Successful in 15s
Deploy to Druid / Notify (push) Successful in 2s

This commit is contained in:
Joey Hafner 2024-02-16 17:30:56 -08:00
parent 1109cfd9e6
commit 058d96c5d6

View File

@ -34,24 +34,6 @@ services:
required: false
volumes:
- postgres_data:/var/lib/postgresql/data
runner-dind:
image: gitea/act_runner:latest-dind-rootless
container_name: gitea_runner-dind
privileged: true
depends_on:
- gitea
env_file:
- path: ./runner-dind.env
required: true
- path: ./runner_secrets.env
required: false
networks:
- gitea
volumes:
- ./runner_dind_config.yaml:/config.yaml
- $DOCKER_DATA/runner-dind:/data
- /var/run/docker.sock:/var/run/docker.sock
runner-ubuntu:
image: gitea/act_runner:latest