update to named volumes with all containers
This commit is contained in:
parent
ce3708a031
commit
6ddfe17855
13 changed files with 28 additions and 14 deletions
|
@ -14,9 +14,7 @@ Image=docker.io/actualbudget/actual-server:latest
|
||||||
ContainerName=actual
|
ContainerName=actual
|
||||||
HostName=actual
|
HostName=actual
|
||||||
|
|
||||||
Network=
|
Volume=actual-data:/data
|
||||||
|
|
||||||
Volume=/volumes/actual/data:/data
|
|
||||||
|
|
||||||
#Environment=ACTUAL_HTTPS_KEY=
|
#Environment=ACTUAL_HTTPS_KEY=
|
||||||
#Environment=ACTUAL_HTTPS_CERT=
|
#Environment=ACTUAL_HTTPS_CERT=
|
||||||
|
|
2
quadlets/actual/data.volume
Normal file
2
quadlets/actual/data.volume
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=actual-data
|
|
@ -17,8 +17,8 @@ PublishPort=80:80
|
||||||
PublishPort=443:443
|
PublishPort=443:443
|
||||||
PublishPort=443:443/udp
|
PublishPort=443:443/udp
|
||||||
|
|
||||||
Volume=/volumes/caddy/config:/config
|
Volume=caddy-config:/config
|
||||||
Volume=/volumes/caddy/data:/data
|
Volume=caddy-data:/data
|
||||||
|
|
||||||
Volume=./Caddyfile:/etc/caddy/Caddyfile
|
Volume=./Caddyfile:/etc/caddy/Caddyfile
|
||||||
|
|
||||||
|
|
2
quadlets/caddy/config.volume
Normal file
2
quadlets/caddy/config.volume
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=caddy-config
|
2
quadlets/caddy/data.volume
Normal file
2
quadlets/caddy/data.volume
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=caddy-data
|
|
@ -17,3 +17,6 @@ AutoUpdate=registry
|
||||||
Volume=%t/podman/podman.sock:/run/user/1000/podman/podman.sock:ro
|
Volume=%t/podman/podman.sock:/run/user/1000/podman/podman.sock:ro
|
||||||
Volume=/etc/os-release:/etc/os-release:ro
|
Volume=/etc/os-release:/etc/os-release:ro
|
||||||
Volume=./glances.conf:/glances/conf/glances.conf
|
Volume=./glances.conf:/glances/conf/glances.conf
|
||||||
|
|
||||||
|
Environment=GLANCES_OPT="-C /glances/conf/glances.conf -w"
|
||||||
|
|
||||||
|
|
|
@ -18,9 +18,7 @@ AutoUpdate=registry
|
||||||
AddCapability=NET_ADMIN
|
AddCapability=NET_ADMIN
|
||||||
AddDevice=/dev/net/tun:/dev/net/tun
|
AddDevice=/dev/net/tun:/dev/net/tun
|
||||||
|
|
||||||
Network=
|
Volume=./config.toml:/gluetun/auth/config.toml
|
||||||
|
|
||||||
Volume=/volumes/books/gluetun/auth/config.toml:/gluetun/auth/config.toml
|
|
||||||
|
|
||||||
Environment=TZ=$timezone
|
Environment=TZ=$timezone
|
||||||
Environment=UPDATER_PERIOD=24h
|
Environment=UPDATER_PERIOD=24h
|
||||||
|
|
3
quadlets/homarr/configs.volume
Normal file
3
quadlets/homarr/configs.volume
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=homarr-configs
|
||||||
|
|
3
quadlets/homarr/data.volume
Normal file
3
quadlets/homarr/data.volume
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=homarr-data
|
||||||
|
|
|
@ -14,8 +14,5 @@ Image=ghcr.io/ajnart/homarr:latest
|
||||||
ContainerName=homarr
|
ContainerName=homarr
|
||||||
HostName=homarr
|
HostName=homarr
|
||||||
|
|
||||||
Network=
|
Volume=homarr-configs:/app/data/configs
|
||||||
#PublishPort=7575:7575
|
Volume=homarr-icons:/app/public/icons
|
||||||
|
|
||||||
Volume=/volumes/homarr/app/data/configs:/app/data/configs
|
|
||||||
Volume=/volumes/homarr/app/public/icons:/app/public/icons
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ HostName=kibitzr
|
||||||
|
|
||||||
Network=
|
Network=
|
||||||
|
|
||||||
Volume=/volumes/kibitzr/root:/root
|
Volume=kibitzr-root:/root
|
||||||
|
|
||||||
# NOTE: Initialize a default kibitzr.yml and kibitzr-creds.yml
|
# NOTE: Initialize a default kibitzr.yml and kibitzr-creds.yml
|
||||||
#Exec=init
|
#Exec=init
|
||||||
|
|
3
quadlets/kibitzr/root.volume
Normal file
3
quadlets/kibitzr/root.volume
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=kibitzr-root
|
||||||
|
|
3
quadlets/template.volume
Normal file
3
quadlets/template.volume
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[Volume]
|
||||||
|
VolumeName=
|
||||||
|
|
Loading…
Add table
Reference in a new issue