Mount /opt/cloudzner into runner for compose file access
Some checks failed
Deploy Control Plane / Build and Deploy (push) Failing after 27s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Richard Hoekstra 2026-01-18 00:16:26 +01:00
parent c081cbcbe1
commit 1f0bb50805

View file

@ -139,6 +139,7 @@ services:
volumes:
- forgejo_runner_data:/data
- /var/run/docker.sock:/var/run/docker.sock
- /opt/cloudzner:/opt/cloudzner:ro
depends_on:
forgejo:
condition: service_healthy