17 lines
261 B
Text
17 lines
261 B
Text
[Unit]
|
|
Description=Wger Redis cache
|
|
After=network-online.target
|
|
|
|
[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
|