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

20 lines
444 B
Text
Raw Normal View History

[Unit]
Description=MollySocket
[Container]
Image=ghcr.io/mollyim/mollysocket:1.6-alpine
ContainerName=mollysocket
2026-01-02 05:45:03 +07:00
AutoUpdate=registry
2026-01-02 04:38:40 +07:00
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