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]
|
[Container]
|
||||||
Image=ghcr.io/mollyim/mollysocket:1.6-alpine
|
Image=ghcr.io/mollyim/mollysocket:1.6-alpine
|
||||||
ContainerName=mollysocket
|
ContainerName=mollysocket
|
||||||
|
AutoUpdate=registry
|
||||||
EnvironmentFile=/etc/containers/systemd/mollysocket/.env.secrets
|
EnvironmentFile=/etc/containers/systemd/mollysocket/.env.secrets
|
||||||
EnvironmentFile=/etc/containers/systemd/mollysocket/.env
|
EnvironmentFile=/etc/containers/systemd/mollysocket/.env
|
||||||
Exec=server
|
Exec=server
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ Description=Redlib
|
||||||
[Container]
|
[Container]
|
||||||
Image=quay.io/redlib/redlib:latest
|
Image=quay.io/redlib/redlib:latest
|
||||||
ContainerName=redlib
|
ContainerName=redlib
|
||||||
|
AutoUpdate=registry
|
||||||
EnvironmentFile=/etc/containers/systemd/redlib/.env
|
EnvironmentFile=/etc/containers/systemd/redlib/.env
|
||||||
HealthCmd=wget --spider -q --tries=1 http://localhost:8080/settings
|
HealthCmd=wget --spider -q --tries=1 http://localhost:8080/settings
|
||||||
HealthInterval=5m
|
HealthInterval=5m
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ Description=SafeTwitch Backend
|
||||||
[Container]
|
[Container]
|
||||||
Image=codeberg.org/safetwitch/safetwitch-backend:latest
|
Image=codeberg.org/safetwitch/safetwitch-backend:latest
|
||||||
ContainerName=safetwitch-backend
|
ContainerName=safetwitch-backend
|
||||||
|
AutoUpdate=registry
|
||||||
Environment=PORT=7000
|
Environment=PORT=7000
|
||||||
Environment=URL=https://b.twitch.synth.download
|
Environment=URL=https://b.twitch.synth.download
|
||||||
PublishPort=127.0.0.1:43072:7000
|
PublishPort=127.0.0.1:43072:7000
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ Requires=safetwitch-backend.service
|
||||||
[Container]
|
[Container]
|
||||||
Image=codeberg.org/safetwitch/safetwitch:latest
|
Image=codeberg.org/safetwitch/safetwitch:latest
|
||||||
ContainerName=safetwitch-frontend
|
ContainerName=safetwitch-frontend
|
||||||
|
AutoUpdate=registry
|
||||||
Environment=SAFETWITCH_BACKEND_DOMAIN=b.twitch.synth.download
|
Environment=SAFETWITCH_BACKEND_DOMAIN=b.twitch.synth.download
|
||||||
Environment=SAFETWITCH_INSTANCE_DOMAIN=twitch.synth.download
|
Environment=SAFETWITCH_INSTANCE_DOMAIN=twitch.synth.download
|
||||||
Environment=SAFETWITCH_HTTPS=true
|
Environment=SAFETWITCH_HTTPS=true
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ Requires=searxng-dfdb.service
|
||||||
[Container]
|
[Container]
|
||||||
Image=docker.io/searxng/searxng:latest
|
Image=docker.io/searxng/searxng:latest
|
||||||
ContainerName=searxng
|
ContainerName=searxng
|
||||||
|
AutoUpdate=registry
|
||||||
PublishPort=127.0.0.1:48898:8080
|
PublishPort=127.0.0.1:48898:8080
|
||||||
Network=searxng.network
|
Network=searxng.network
|
||||||
Volume=/var/containers/searxng/config:/etc/searxng:ro,Z
|
Volume=/var/containers/searxng/config:/etc/searxng:ro,Z
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue