This commit is contained in:
Maurice
2025-10-03 17:14:10 +02:00
parent a5a97434b8
commit fbdca459c7
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ name = "immich_machine_learning"
hostname = "immich-machine-learning" hostname = "immich-machine-learning"
image = "ghcr.io/immich-app/immich-machine-learning:release" image = "ghcr.io/immich-app/immich-machine-learning:release"
[[network]] [[networks]]
name = "immich" name = "immich"
group = "caddy" group = "caddy"

View File

@@ -5,7 +5,7 @@ name = "immich_postgres"
hostname = "database" hostname = "database"
image = "ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:41eacbe83eca995561fe43814fd4891e16e39632806253848efaf04d3c8a8b84" image = "ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:41eacbe83eca995561fe43814fd4891e16e39632806253848efaf04d3c8a8b84"
[[network]] [[networks]]
name = "immich" name = "immich"
group = "caddy" group = "caddy"

View File

@@ -5,7 +5,7 @@ name = "immich_redis"
hostname = "redis" hostname = "redis"
image = "docker.io/valkey/valkey:8-bookworm@sha256:fea8b3e67b15729d4bb70589eb03367bab9ad1ee89c876f54327fc7c6e618571" image = "docker.io/valkey/valkey:8-bookworm@sha256:fea8b3e67b15729d4bb70589eb03367bab9ad1ee89c876f54327fc7c6e618571"
[[network]] [[networks]]
name = "immich" name = "immich"
group = "caddy" group = "caddy"

View File

@@ -5,7 +5,7 @@ name = "immich_server"
image = "ghcr.io/immich-app/immich-server:release" image = "ghcr.io/immich-app/immich-server:release"
depend = ["immich_redis.service", "immich_postgres.service"] depend = ["immich_redis.service", "immich_postgres.service"]
[[network]] [[networks]]
name = "immich" name = "immich"
group = "caddy" group = "caddy"