diff --git a/immich/README.md b/immich/README.md index fca327c..ec4e372 100644 --- a/immich/README.md +++ b/immich/README.md @@ -1,4 +1,9 @@ Sometimes Immich may return error 500 after startup. It helps to stop all containers and then start them in that order: 1. immich_postgres, immich_redis, immich_typesense 2. Here you need to wait 3-5 minutes to be sure, that typesense is running correctly -3. Rest of the containers, including immich_server \ No newline at end of file +3. Rest of the containers, including immich_server + +NGINX Reverse Proxy not +After 1.94 you must enable Websockets Support in the proxy host settings, as they now are used to check the server status from the frontend. + +![Example](image.png) \ No newline at end of file diff --git a/immich/compose.yaml b/immich/compose.yaml index 1789a64..2845780 100644 --- a/immich/compose.yaml +++ b/immich/compose.yaml @@ -14,7 +14,6 @@ services: depends_on: - redis - database - restart: unless-stopped immich-microservices: @@ -49,7 +48,7 @@ services: database: container_name: immich_postgres - image: tensorchord/pgvecto-rs:pg14-v0.1.11 + image: tensorchord/pgvecto-rs:pg14-v0.1.11 env_file: - stack.env environment: diff --git a/immich/image.png b/immich/image.png new file mode 100644 index 0000000..8872e6a Binary files /dev/null and b/immich/image.png differ