tag some stuff for auto-updates
This commit is contained in:
parent
d51ae61ea7
commit
af02ad3f7d
5 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue