Mount /opt/cloudzner into runner for compose file access
Some checks failed
Deploy Control Plane / Build and Deploy (push) Failing after 27s
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:
parent
c081cbcbe1
commit
1f0bb50805
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue