feat(quadlets): allow auto-update by podman
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
69db34f4ff
commit
037716df0c
3 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ Description=Forgejo
|
|||
[Container]
|
||||
ContainerName=forgejo
|
||||
Image=codeberg.org/forgejo/forgejo:9
|
||||
AutoUpdate=registry
|
||||
|
||||
Environment=USER_UID=1000
|
||||
Environment=USER_GID=1000
|
||||
|
|
|
@ -6,6 +6,7 @@ Description=The Lounge
|
|||
[Container]
|
||||
ContainerName=thelounge
|
||||
Image=ghcr.io/thelounge/thelounge:latest
|
||||
AutoUpdate=registry
|
||||
|
||||
PublishPort={{ thelounge_http_port }}:9000
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ Description=Vaultwarden
|
|||
[Container]
|
||||
ContainerName=vaultwarden
|
||||
Image=ghcr.io/dani-garcia/vaultwarden:latest
|
||||
AutoUpdate=registry
|
||||
|
||||
EnvironmentFile=/etc/vaultwarden.ini
|
||||
|
||||
|
|
Loading…
Reference in a new issue