Gitea runner volume configuration
This commit is contained in:
parent
a682966f4d
commit
312543cef0
@ -9,12 +9,18 @@ data:
|
||||
capacity: 2
|
||||
labels: [dind:docker://node:21-bullseye]
|
||||
container:
|
||||
# network: ""
|
||||
# privileged: false
|
||||
options: "--add-host=docker:host-gateway -v /certs:/certs"
|
||||
options: "--add-host=docker:host-gateway -v /certs:/certs -v /data:/data -v /output:/output"
|
||||
valid_volumes:
|
||||
- /certs
|
||||
- /data
|
||||
- /output
|
||||
dind-rootless-config.yml: |
|
||||
runner:
|
||||
capacity: 2
|
||||
labels: [dind-rootless:docker://node:21-bullseye]
|
||||
container:
|
||||
options: "--add-host=docker:host-gateway -v /certs:/certs -v /data:/data -v /output:/output"
|
||||
valid_volumes:
|
||||
- /certs
|
||||
- /data
|
||||
- /output
|
||||
|
Loading…
Reference in New Issue
Block a user