synth.download/beeper/etc/containers/systemd/mollysocket/mollysocket.container

20 lines
444 B
Text

[Unit]
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
PublishPort=127.0.0.1:19236:19236
Volume=/var/containers/mollysocket/data:/data:Z
WorkingDir=/data
[Service]
Restart=always
RestartSec=10s
[Install]
WantedBy=default.target