Fix hostname of DB and redis instance
This commit is contained in:
@@ -29,14 +29,14 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
immich_redis:
|
immich_redis:
|
||||||
hostname: immich_redis
|
hostname: redis
|
||||||
image: redis:6.2-alpine
|
image: redis:6.2-alpine
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: redis-cli ping || exit 1
|
test: redis-cli ping || exit 1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
immich_postgres:
|
immich_postgres:
|
||||||
hostname: immich_postgres
|
hostname: postgres
|
||||||
image: tensorchord/pgvecto-rs:pg14-v0.2.0
|
image: tensorchord/pgvecto-rs:pg14-v0.2.0
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user