Hostname oops
This commit is contained in:
@@ -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]]
|
||||
|
||||
@@ -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]]
|
||||
|
||||
@@ -2,6 +2,7 @@ user = "podman"
|
||||
|
||||
[service]
|
||||
name = "immich_redis"
|
||||
hostname = "redis"
|
||||
image = "docker.io/valkey/valkey:8-bookworm@sha256:fea8b3e67b15729d4bb70589eb03367bab9ad1ee89c876f54327fc7c6e618571"
|
||||
|
||||
[[network]]
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user