mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 11:55:16 +05:30
For great justice.
This commit is contained in:
@@ -5,12 +5,13 @@ Description=Immich Valkey Container
|
||||
Pod=immich.pod
|
||||
ContainerName=immich_valkey
|
||||
Image=ghcr.io/valkey-io/valkey:alpine
|
||||
Exec=--port 0 --unixsocket /tmp/immich/valkey.sock --unixsocketperm 777
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user