Files
3d-pricing/act-runner/docker-compose.yml
T
Jo eb6da4c270
Build & Deploy / deploy (push) Failing after 19s
ci: add Gitea Actions deploy workflow
2026-07-06 19:26:00 +02:00

16 lines
529 B
YAML

services:
runner:
image: gitea/act_runner:latest
container_name: gitea-act-runner
restart: unless-stopped
environment:
- GITEA_INSTANCE_URL=http://192.168.5.171:3000
- GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_TOKEN}
- GITEA_RUNNER_NAME=portainer-server
- GITEA_RUNNER_LABELS=self-hosted,linux,docker
volumes:
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock
# Le runner a besoin de docker compose v2
- /usr/local/bin/docker:/usr/local/bin/docker:ro