dsfa
This commit is contained in:
parent
55f4a7a04f
commit
4db10d8413
1 changed files with 7 additions and 4 deletions
|
|
@ -29,6 +29,7 @@ services:
|
|||
- '2283:2283'
|
||||
networks:
|
||||
- netgrimoire
|
||||
- immich
|
||||
depends_on:
|
||||
- redis
|
||||
- database
|
||||
|
|
@ -50,7 +51,7 @@ services:
|
|||
- .env
|
||||
restart: always
|
||||
networks:
|
||||
- netgrimoire
|
||||
- immich
|
||||
healthcheck:
|
||||
disable: false
|
||||
|
||||
|
|
@ -58,7 +59,7 @@ services:
|
|||
container_name: immich_redis
|
||||
image: docker.io/redis:6.2-alpine@sha256:905c4ee67b8e0aa955331960d2aa745781e6bd89afc44a8584bfd13bc890f0ae
|
||||
networks:
|
||||
- netgrimoire
|
||||
- immich
|
||||
healthcheck:
|
||||
test: redis-cli ping || exit 1
|
||||
restart: always
|
||||
|
|
@ -75,7 +76,7 @@ services:
|
|||
# Do not edit the next line. If you want to change the database storage location on your system, edit the value of DB_DATA_LOCATION in the .env file
|
||||
- ${DB_DATA_LOCATION}:/var/lib/postgresql/data
|
||||
networks:
|
||||
- netgrimoire
|
||||
- immich
|
||||
healthcheck:
|
||||
test: >-
|
||||
pg_isready --dbname="$${POSTGRES_DB}" --username="$${POSTGRES_USER}" || exit 1;
|
||||
|
|
@ -101,4 +102,6 @@ volumes:
|
|||
|
||||
networks:
|
||||
netgrimoire:
|
||||
external: true
|
||||
external: true
|
||||
immich:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue