Hostname oops

This commit is contained in:
Maurice
2025-10-03 17:11:13 +02:00
parent 1cc2638da9
commit a5a97434b8
4 changed files with 7 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ user = "podman"
[service]
name = "immich_machine_learning"
hostname = "immich-machine-learning"
image = "ghcr.io/immich-app/immich-machine-learning:release"
[[network]]

View File

@@ -2,6 +2,7 @@ user = "podman"
[service]
name = "immich_postgres"
hostname = "database"
image = "ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:41eacbe83eca995561fe43814fd4891e16e39632806253848efaf04d3c8a8b84"
[[network]]

View File

@@ -2,6 +2,7 @@ user = "podman"
[service]
name = "immich_redis"
hostname = "redis"
image = "docker.io/valkey/valkey:8-bookworm@sha256:fea8b3e67b15729d4bb70589eb03367bab9ad1ee89c876f54327fc7c6e618571"
[[network]]

View File

@@ -5,7 +5,7 @@ rc-update add immich_redis.service default
rc-update add immich_machine_learning.service default
rc-update add immich_postgres.service default
rc-service immich_redis start
rc-service immich_postgres start
rc-service immich_machine_learning start
rc-service immich_server start
rc-service immich_redis.service start
rc-service immich_postgres.service start
rc-service immich_machine_learning.service start
rc-service immich_server.service start