3 Commits

Author SHA1 Message Date
c100225f04 Remove old pg database container 2025-05-24 12:37:38 +02:00
cf5872eca3 Change db host 2025-05-24 12:29:48 +02:00
93150679ab Include new postgres container and temporary volume 2025-05-24 12:19:25 +02:00

View File

@ -2,7 +2,7 @@ name: immich
services: services:
server: server:
image: ghcr.io/immich-app/immich-server:v1.134.0 image: ghcr.io/immich-app/immich-server:v1.133.1
container_name: immich_server container_name: immich_server
# extends: # extends:
# file: hwaccel.transcoding.yml # file: hwaccel.transcoding.yml
@ -35,7 +35,7 @@ services:
machine-learning: machine-learning:
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag. # For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
# Example tag: ${IMMICH_VERSION:-release}-cuda # Example tag: ${IMMICH_VERSION:-release}-cuda
image: ghcr.io/immich-app/immich-machine-learning:v1.134.0 image: ghcr.io/immich-app/immich-machine-learning:v1.133.1
container_name: immich_machine_learning container_name: immich_machine_learning
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration # extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
# file: hwaccel.ml.yml # file: hwaccel.ml.yml