Compare commits
3 Commits
07bb118144
...
3bf6fc4104
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3bf6fc4104 | ||
|
|
e140109e20 | ||
|
|
f2218d5bdd |
@ -77,6 +77,12 @@
|
|||||||
user: caddy
|
user: caddy
|
||||||
- name: codi_uploads
|
- name: codi_uploads
|
||||||
user: hackmd
|
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
|
# Since some docker-compose configuration might want to pull
|
||||||
# images from the Gitea package repository, we need to ensure
|
# images from the Gitea package repository, we need to ensure
|
||||||
# that Gitea is reachable before those configurations are deployed.
|
# that Gitea is reachable before those configurations are deployed.
|
||||||
@ -118,4 +124,4 @@
|
|||||||
- name: vrnp
|
- name: vrnp
|
||||||
state: present
|
state: present
|
||||||
- name: zomboid
|
- name: zomboid
|
||||||
state: present
|
state: absent
|
||||||
|
|||||||
@ -74,7 +74,10 @@ container:
|
|||||||
# If you want to allow any volume, please use the following configuration:
|
# If you want to allow any volume, please use the following configuration:
|
||||||
# valid_volumes:
|
# 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.
|
# 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 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.
|
# 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.
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
utoy:
|
utoy:
|
||||||
image: git.pbrinkmeier.de/paul/utoy:0.6.2
|
image: git.pbrinkmeier.de/paul/utoy:0.6.3
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user