Add nix_runner volumes and enable them in runner
Check / Lint Ansible Files (push) Successful in 6m22s
Check / Lint Ansible Files (push) Successful in 6m22s
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user