Fix gitea runner

This commit is contained in:
Brieuc Dubois 2023-12-26 20:04:44 +01:00
parent eae8045f41
commit 39703fdcb5
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,7 @@ services:
- gitea - gitea
- external - external
- storage - storage
gitea-runner: gitea-runner:
container_name: gitea-runner container_name: gitea-runner
image: gitea/act_runner:latest image: gitea/act_runner:latest
@ -37,6 +38,8 @@ services:
- GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_TOKEN} - GITEA_RUNNER_REGISTRATION_TOKEN=${GITEA_RUNNER_TOKEN}
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
networks:
- gitea
networks: networks: