Fix hostname of DB and redis instance

This commit is contained in:
Colin Hebert
2024-08-09 11:53:27 +10:00
committed by GitHub
parent 4d47f7da42
commit ae095bb39c

View File

@@ -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