diff --git a/Compose/immich.yaml b/Compose/immich.yaml index a517b02..07ba419 100644 --- a/Compose/immich.yaml +++ b/Compose/immich.yaml @@ -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