Testing redis container name change
This commit is contained in:
parent
bce4ddb037
commit
710db95a35
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ services:
|
|||
- "2283:2283"
|
||||
depends_on:
|
||||
- redis
|
||||
- immich-database
|
||||
- database
|
||||
restart: always
|
||||
healthcheck:
|
||||
disable: false
|
||||
|
@ -77,7 +77,7 @@ services:
|
|||
healthcheck:
|
||||
test: redis-cli ping || exit 1
|
||||
restart: always
|
||||
immich-database:
|
||||
database:
|
||||
container_name: immich-postgres
|
||||
image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:739cdd626151ff1f796dc95a6591b55a714f341c737e27f045019ceabf8e8c52
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue