Feat: Immich Server

This commit is contained in:
coolnsx
2025-06-30 19:27:52 +05:30
parent aa90d66815
commit 3fac8699fc
10 changed files with 156 additions and 1 deletions

View 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