From d011535135d695602d6764ab4152ef63ad43ffa8 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 7 Feb 2026 23:08:38 +0000 Subject: [PATCH] Update Photography_Containers/immich/compose.yaml --- Photography_Containers/immich/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Photography_Containers/immich/compose.yaml b/Photography_Containers/immich/compose.yaml index 356f4b9..baeafdb 100644 --- a/Photography_Containers/immich/compose.yaml +++ b/Photography_Containers/immich/compose.yaml @@ -71,8 +71,6 @@ services: database: container_name: immich_postgres image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0@sha256:bcf63357191b76a916ae5eb93464d65c07511da41e3bf7a8416db519b40b1c23 - networks: - - immich_network environment: # Comment out DB_Password and uncomment POSTGRES_PASSWORD if using DB_Password stored in the .env file. This is needed for Dockhand for passing in the secret DB_PASSWORD: @@ -89,6 +87,8 @@ services: restart: unless-stopped healthcheck: disable: false + networks: + - immich_network networks: traefik_network: