Add nix_runner volumes and enable them in runner
Check / Lint Ansible Files (push) Successful in 6m22s

This commit is contained in:
Paul Brinkmeier
2025-10-07 00:19:06 +02:00
parent e140109e20
commit 3bf6fc4104
2 changed files with 10 additions and 1 deletions
+4 -1
View File
@@ -74,7 +74,10 @@ container:
# If you want to allow any volume, please use the following configuration:
# valid_volumes:
# - '**'
valid_volumes: []
valid_volumes:
- /var/lib/pbri/docker/nix_runner_etc
- /var/lib/pbri/docker/nix_runner_nix
- /var/lib/pbri/docker/nix_runner_home_node
# overrides the docker client host with the specified one.
# If it's empty, act_runner will find an available docker host automatically.
# If it's "-", act_runner will find an available docker host automatically, but the docker host won't be mounted to the job containers and service containers.