mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 03:45:16 +05:30
21 lines
393 B
Plaintext
21 lines
393 B
Plaintext
[Unit]
|
|
Description=Immich Valkey Container
|
|
|
|
[Container]
|
|
Pod=immich.pod
|
|
ContainerName=immich_valkey
|
|
Image=ghcr.io/valkey-io/valkey:alpine
|
|
Exec=--port 0 --unixsocket ${REDIS_SOCKET} --unixsocketperm 777
|
|
|
|
# Enable auto-update container
|
|
AutoUpdate=registry
|
|
|
|
[Service]
|
|
EnvironmentFile=%h/.config/containers/systemd/immich/.env
|
|
Restart=always
|
|
TimeoutStartSec=300
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|