test_gitea_act_runner/docker-compose.yml

18 lines
480 B
YAML

services:
runner:
image: gitea/act_runner:latest
restart: always
volumes:
- ./data/act_runner:/data
- /var/run/docker.sock:/var/run/docker.sock
environment:
- GITEA_INSTANCE_URL=https://gitea.guineapig.love
- GITEA_RUNNER_REGISTRATION_TOKEN=0Hm4ZpZFbfBzgoyw2WNZWoYNfteqDMruUXtjCaRv
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]