
Podman doesn't actually support `network-online.target` in quadlets because systemd user sessions cannot see system units. https://blog.podman.io/2024/10/podman-5-3-changes-for-improved-networking-experience-with-pasta/
23 lines
306 B
Text
23 lines
306 B
Text
[Unit]
|
|
Description=Wger heartbeat
|
|
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Container]
|
|
Image=docker.io/wger/server:latest
|
|
ContainerName=wger-beat
|
|
HostName=wger-beat
|
|
Exec=/start-beat
|
|
|
|
Network=protonvpn
|
|
|
|
Volume=wger-beat:/home/wger/beat
|
|
|
|
Environment=./prod.env
|
|
|