Add immich

This commit is contained in:
Maurice
2025-10-03 17:00:07 +02:00
parent 0a87de85d1
commit b8d781c9c4
5 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
user = "podman"
[service]
name = "immich_server"
image = "ghcr.io/immich-app/immich-server:release"
depend = ["immich_redis.service", "immich_postgres.service"]
[[network]]
name = "immich"
group = "caddy"
[[mounts]]
typ = "bind"
source = "/etc/localtime"
target = "/etc/localtime"
readonly = true
[[volumes]]
source = "/mnt/ssd/immich"
target = "/data"
[environment]
DB_USERNAME = "immich"
DB_PASSWORD = "EBYUcFlxwocGSL2"
DB_DATABASE_NAME = "immich"