mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 03:45:16 +05:30
Feat: Immich Server
This commit is contained in:
19
immich/immich_valkey.container
Normal file
19
immich/immich_valkey.container
Normal file
@@ -0,0 +1,19 @@
|
||||
[Unit]
|
||||
Description=Immich Valkey Container
|
||||
|
||||
[Container]
|
||||
Pod=immich.pod
|
||||
ContainerName=immich_valkey
|
||||
Image=docker.io/valkey/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
|
||||
|
||||
Reference in New Issue
Block a user