podbox/WIP/wger/wger-cache.container
redbeardymcgee f28b99e033 remove bad dependency lines
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/
2024-11-30 14:19:18 -06:00

17 lines
234 B
Text

[Unit]
Description=Wger Redis cache
[Service]
Restart=on-failure
TimeoutStartSec=900
[Install]
WantedBy=default.target
[Container]
Image=docker.io/redis:latest
ContainerName=wger-cache
HostName=wger-cache
Volume=wger-cache:/data