From 5e3215fe561055aaf56e318160d2c3cd7d8dfa0a Mon Sep 17 00:00:00 2001 From: Mike McFetridge <91107715+mmcfetridge1969@users.noreply.github.com> Date: Tue, 21 Jul 2026 17:52:19 -0400 Subject: [PATCH] . --- immich/docker-compose.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index ed9b2d8..f85fb6c 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -3,13 +3,17 @@ name: immich services: immich-server: container_name: immich_server - image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} + image: ghcr.io/immich-app/immich-server:v3 # extends: # file: hwaccel.transcoding.yml # service: cpu volumes: - /home/miker/docker/immich/library:/data - /etc/localtime:/etc/localtime:ro + environment: + DB_USERNAME: postgresadmin + DB_PASSWORD: mM3PXXUjK0QMz7 + DB_DATABASE_NAME: immich ports: - '2283:2283' depends_on: @@ -24,7 +28,7 @@ services: immich-machine-learning: container_name: immich_machine_learning - image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release} + image: ghcr.io/immich-app/immich-machine-learning:v3 # extends: # file: hwaccel.ml.yml # service: cpu