17 lines
271 B
Plaintext
17 lines
271 B
Plaintext
[Unit]
|
|
Description=Immich Redis
|
|
|
|
[Container]
|
|
ContainerName=immich-redis
|
|
AutoUpdate=registry
|
|
Environment=TZ=Europe/Berlin
|
|
Image=docker.io/valkey/valkey:8-bookworm
|
|
Pod=immich.pod
|
|
Volume=immich-cache.volume:/data
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|