feat(quadlets): allow auto-update by podman

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-11-18 15:48:02 +01:00
parent 69db34f4ff
commit 037716df0c
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8
3 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ Description=Forgejo
[Container] [Container]
ContainerName=forgejo ContainerName=forgejo
Image=codeberg.org/forgejo/forgejo:9 Image=codeberg.org/forgejo/forgejo:9
AutoUpdate=registry
Environment=USER_UID=1000 Environment=USER_UID=1000
Environment=USER_GID=1000 Environment=USER_GID=1000

View file

@ -6,6 +6,7 @@ Description=The Lounge
[Container] [Container]
ContainerName=thelounge ContainerName=thelounge
Image=ghcr.io/thelounge/thelounge:latest Image=ghcr.io/thelounge/thelounge:latest
AutoUpdate=registry
PublishPort={{ thelounge_http_port }}:9000 PublishPort={{ thelounge_http_port }}:9000

View file

@ -6,6 +6,7 @@ Description=Vaultwarden
[Container] [Container]
ContainerName=vaultwarden ContainerName=vaultwarden
Image=ghcr.io/dani-garcia/vaultwarden:latest Image=ghcr.io/dani-garcia/vaultwarden:latest
AutoUpdate=registry
EnvironmentFile=/etc/vaultwarden.ini EnvironmentFile=/etc/vaultwarden.ini