synth.download/beeper/etc/containers/systemd/safetwitch/safetwitch-frontend.container

21 lines
552 B
Text

[Unit]
Description=SafeTwitch Frontend
After=safetwitch-backend.service
Requires=safetwitch-backend.service
[Container]
Image=codeberg.org/safetwitch/safetwitch:latest
ContainerName=safetwitch-frontend
Environment=SAFETWITCH_BACKEND_DOMAIN=b.twitch.synth.download
Environment=SAFETWITCH_INSTANCE_DOMAIN=twitch.synth.download
Environment=SAFETWITCH_HTTPS=true
Environment=SAFETWITCH_DEFAULT_LOCALE=en
Environment=SAFETWITCH_FALLBACK_LOCALE=en
PublishPort=127.0.0.1:24682:8280
[Service]
Restart=always
RestartSec=10s
[Install]
WantedBy=default.target