any.software.immich-podman: add role
This commit is contained in:
parent
c4c5ab0e2a
commit
073127fcc0
9 changed files with 123 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
# vim: ft=systemd
|
||||
[Container]
|
||||
HealthCmd=redis-cli ping || exit 1
|
||||
Image=docker.io/valkey/valkey:9@sha256:546304417feac0874c3dd576e0952c6bb8f06bb4093ea0c9ca303c73cf458f63
|
||||
Pod=immich.pod
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
5
roles/any.software.immich-podman/files/immich.Caddyfile
Normal file
5
roles/any.software.immich-podman/files/immich.Caddyfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
photos.roosens.me {
|
||||
reverse_proxy localhost:8024 {
|
||||
header_down +X-Robots-Tag "none"
|
||||
}
|
||||
}
|
||||
3
roles/any.software.immich-podman/files/immich.pod
Normal file
3
roles/any.software.immich-podman/files/immich.pod
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# vim: ft=systemd
|
||||
[Pod]
|
||||
PublishPort=127.0.0.1:8024:2283
|
||||
Loading…
Add table
Add a link
Reference in a new issue