19 lines
334 B
Plaintext
19 lines
334 B
Plaintext
[Unit]
|
|
Description=Redis container for Paperless
|
|
|
|
[Container]
|
|
AutoUpdate=registry
|
|
ContainerName=paperless-redis
|
|
Environment=TZ=Europe/Zurich
|
|
Image=docker.io/library/redis:8
|
|
Pod=paperless.pod
|
|
StartWithPod=true
|
|
Timezone=Europe/Zurich
|
|
Volume=paperless-redis-data.volume:/data
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|