mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 03:45:16 +05:30
20 lines
334 B
Plaintext
20 lines
334 B
Plaintext
[Unit]
|
|
Description=Immich Valkey Container
|
|
|
|
[Container]
|
|
Pod=immich.pod
|
|
ContainerName=immich_valkey
|
|
Image=ghcr.io/valkey-io/valkey:alpine
|
|
Exec=--unixsocket /tmp/immich/valkey.sock --unixsocketperm 777
|
|
|
|
# Enable auto-update container
|
|
AutoUpdate=registry
|
|
|
|
[Service]
|
|
Restart=always
|
|
TimeoutStartSec=300
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|