Compare commits

...

3 Commits

Author SHA1 Message Date
Paul Brinkmeier
3bf6fc4104 Add nix_runner volumes and enable them in runner
All checks were successful
Check / Lint Ansible Files (push) Successful in 6m22s
2025-10-07 00:19:06 +02:00
Paul Brinkmeier
e140109e20 Disable PZ server 2025-10-07 00:15:41 +02:00
Paul Brinkmeier
f2218d5bdd Bump utoy to 0.6.3 2025-10-06 23:51:47 +02:00
3 changed files with 12 additions and 3 deletions

View File

@ -77,6 +77,12 @@
user: caddy
- name: codi_uploads
user: hackmd
- name: nix_runner_etc
user: 1000
- name: nix_runner_nix
user: 1000
- name: nix_runner_home_node
user: 1000
# Since some docker-compose configuration might want to pull
# images from the Gitea package repository, we need to ensure
# that Gitea is reachable before those configurations are deployed.
@ -118,4 +124,4 @@
- name: vrnp
state: present
- name: zomboid
state: present
state: absent

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.

View File

@ -1,6 +1,6 @@
services:
utoy:
image: git.pbrinkmeier.de/paul/utoy:0.6.2
image: git.pbrinkmeier.de/paul/utoy:0.6.3
restart: always
networks: