mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-08 19:54:07 +01:00
Compare commits
6 Commits
bc1a414fc3
...
0a47072b5a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a47072b5a | ||
|
|
bc28325029 | ||
|
|
999f45eb47 | ||
|
|
de429f89b9 | ||
|
|
ae9dcdd060 | ||
|
|
933112fb8d |
@ -1,5 +1,5 @@
|
||||
# Versioning
|
||||
IMMICH_VERSION=v1.132.1
|
||||
IMMICH_VERSION=v1.133.0
|
||||
|
||||
# Database
|
||||
DB_HOSTNAME=immich-database
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
immich-server:
|
||||
image: altran1502/immich-server:${IMMICH_VERSION:-release}
|
||||
image: ghcr.io/immich-app/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: altran1502/immich-machine-learning:${IMMICH_VERSION:-release}
|
||||
image: ghcr.io/immich-app/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
|
||||
image: docker.io/valkey/valkey:8-bookworm@sha256:ff21bc0f8194dc9c105b769aeabf9585fea6a8ed649c0781caeac5cb3c247884
|
||||
container_name: immich-redis
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
@ -55,7 +55,7 @@ services:
|
||||
- immich-internal
|
||||
|
||||
immich-database:
|
||||
image: tensorchord/pgvecto-rs:pg14-v0.2.0
|
||||
image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0
|
||||
container_name: immich-database
|
||||
env_file:
|
||||
- .env
|
||||
@ -63,11 +63,10 @@ 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
|
||||
|
||||
@ -64,6 +64,7 @@ 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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user