Compare commits
No commits in common. "3bf6fc4104396e67591670e38dc2948166b9a498" and "07bb1181441f5ce843d4d61dad85918bf2e08aa3" have entirely different histories.
3bf6fc4104
...
07bb118144
@ -77,12 +77,6 @@
|
|||||||
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.
|
||||||
@ -124,4 +118,4 @@
|
|||||||
- name: vrnp
|
- name: vrnp
|
||||||
state: present
|
state: present
|
||||||
- name: zomboid
|
- name: zomboid
|
||||||
state: absent
|
state: present
|
||||||
|
|||||||
@ -74,10 +74,7 @@ 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.3
|
image: git.pbrinkmeier.de/paul/utoy:0.6.2
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user