tag some stuff for auto-updates

This commit is contained in:
zenfyr 2026-01-02 05:45:03 +07:00
commit af02ad3f7d
Signed by: melontini
SSH key fingerprint: SHA256:TtcIcnTnoAB5mqHofsaOxIgiMzfVBxej1AXT7DQdrTE
5 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,7 @@ Description=MollySocket
[Container]
Image=ghcr.io/mollyim/mollysocket:1.6-alpine
ContainerName=mollysocket
AutoUpdate=registry
EnvironmentFile=/etc/containers/systemd/mollysocket/.env.secrets
EnvironmentFile=/etc/containers/systemd/mollysocket/.env
Exec=server

View file

@ -4,6 +4,7 @@ Description=Redlib
[Container]
Image=quay.io/redlib/redlib:latest
ContainerName=redlib
AutoUpdate=registry
EnvironmentFile=/etc/containers/systemd/redlib/.env
HealthCmd=wget --spider -q --tries=1 http://localhost:8080/settings
HealthInterval=5m

View file

@ -4,6 +4,7 @@ Description=SafeTwitch Backend
[Container]
Image=codeberg.org/safetwitch/safetwitch-backend:latest
ContainerName=safetwitch-backend
AutoUpdate=registry
Environment=PORT=7000
Environment=URL=https://b.twitch.synth.download
PublishPort=127.0.0.1:43072:7000

View file

@ -6,6 +6,7 @@ Requires=safetwitch-backend.service
[Container]
Image=codeberg.org/safetwitch/safetwitch:latest
ContainerName=safetwitch-frontend
AutoUpdate=registry
Environment=SAFETWITCH_BACKEND_DOMAIN=b.twitch.synth.download
Environment=SAFETWITCH_INSTANCE_DOMAIN=twitch.synth.download
Environment=SAFETWITCH_HTTPS=true

View file

@ -6,6 +6,7 @@ Requires=searxng-dfdb.service
[Container]
Image=docker.io/searxng/searxng:latest
ContainerName=searxng
AutoUpdate=registry
PublishPort=127.0.0.1:48898:8080
Network=searxng.network
Volume=/var/containers/searxng/config:/etc/searxng:ro,Z