Compare commits

..

No commits in common. "0a47072b5af985d33e620bf22ad35d726a42d127" and "bc1a414fc32fbe0633701d41fe25674c35ae5c37" have entirely different histories.

3 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# Versioning
IMMICH_VERSION=v1.133.0
IMMICH_VERSION=v1.132.1
# Database
DB_HOSTNAME=immich-database

View File

@ -1,7 +1,7 @@
services:
immich-server:
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
image: altran1502/immich-server:${IMMICH_VERSION:-release}
container_name: immich-server
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
@ -31,7 +31,7 @@ services:
# - traefik.http.routers.immich-swagger.middlewares=local-ipwhitelist@file
immich-machine-learning:
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}
image: altran1502/immich-machine-learning:${IMMICH_VERSION:-release}
container_name: immich-ml
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
@ -46,7 +46,7 @@ services:
- immich-internal
immich-redis:
image: docker.io/valkey/valkey:8-bookworm@sha256:ff21bc0f8194dc9c105b769aeabf9585fea6a8ed649c0781caeac5cb3c247884
image: docker.io/valkey/valkey:8-bookworm
container_name: immich-redis
restart: unless-stopped
healthcheck:
@ -55,7 +55,7 @@ services:
- immich-internal
immich-database:
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
image: tensorchord/pgvecto-rs:pg14-v0.2.0
container_name: immich-database
env_file:
- .env
@ -63,10 +63,11 @@ services:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}
POSTGRES_DB: ${DB_DATABASE_NAME}
POSTGRES_INITDB_ARGS: '--data-checksums'
PG_DATA: /var/lib/postgresql/data
volumes:
- ${DB_DATABASE_LOCATION}:/var/lib/postgresql/data
command: >-
postgres -c shared_preload_libraries=vectors.so -c 'search_path="$$user", public, vectors' -c logging_collector=on -c max_wal_size=2GB -c shared_buffers=512MB -c wal_compression=on
restart: unless-stopped
networks:
- immich-internal

View File

@ -64,7 +64,6 @@ http:
#Cross-Origin-Embedder-Policy: "unsafe-none"
#Cross-Origin-Opener-Policy: "same-origin"
#Cross-Origin-Resource-Policy: "same-site"
#X-Permitted-Cross-Domain-Policies: "none"
sslProxyHeaders:
X-Forwarded-Proto: "https"
hostsProxyHeaders: