image: repository: altran1502/immich-server tag: v1.115.0@sha256:544fcfc41ce97833e33126e5041fb3b821e3db7bf405b54ac06689247a170a90 pullPolicy: IfNotPresent mlImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent tag: v1.115.0@sha256:66f13f7fb1af555f9f1767c3dd5d404b7e5f486a272dc73af9e6480f541463dc mlCudaImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent tag: v1.115.0-cuda@sha256:b1ab740dccbc014231ff131bdfb716d4240d713ae6a3e20a58e27b915081c185 mlOpenvinoImage: repository: altran1502/immich-machine-learning pullPolicy: IfNotPresent tag: v1.115.0-openvino@sha256:128c418ada7c6987d0623c014f8e83df1c0107c98e4a3eccf7ecc5c696e31a7b securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsUser: 0 runAsGroup: 0 immich: enable_ml: true mlImageType: mlImage log_level: log service: main: # Main service targets the server targetSelector: main ports: main: port: 10323 protocol: http targetSelector: main microservices: enabled: true type: ClusterIP targetSelector: microservices ports: microservices: enabled: true primary: true port: 10004 protocol: http targetSelector: microservices machinelearning: enabled: true type: ClusterIP targetSelector: machinelearning ports: machinelearning: enabled: true primary: true port: 10003 protocol: http targetSelector: machinelearning persistence: mlcache: enabled: true type: emptyDir targetSelector: machinelearning: machinelearning: mountPath: /mlcache microcache: enabled: true type: emptyDir targetSelector: microservices: microservices: mountPath: /microcache library: enabled: true mountPath: /usr/src/app/upload/library targetSelector: # Main pod/container is server main: main: {} microservices: microservices: {} uploads: enabled: true mountPath: /usr/src/app/upload/upload targetSelector: # Main pod/container is server main: main: {} microservices: microservices: {} thumbs: enabled: true mountPath: /usr/src/app/upload/thumbs targetSelector: # Main pod/container is server main: main: {} microservices: microservices: {} profile: enabled: true mountPath: /usr/src/app/upload/profile targetSelector: # Main pod/container is server main: main: {} microservices: microservices: {} video: enabled: true mountPath: /usr/src/app/upload/encoded-video targetSelector: # Main pod/container is server main: main: {} microservices: microservices: {} cnpg: main: enabled: true user: immich database: immich type: vectors cluster: initdb: postInitApplicationSQL: - CREATE EXTENSION IF NOT EXISTS cube; - CREATE EXTENSION IF NOT EXISTS earthdistance; - CREATE SCHEMA IF NOT EXISTS vectors; - ALTER DATABASE immich SET search_path TO "immich", public, vectors; - SET search_path TO "immich", public, vectors; - GRANT SELECT ON TABLE pg_vector_index_stat TO PUBLIC; - ALTER SCHEMA vectors OWNER TO immich; redis: enabled: true includeCommon: true redisUsername: default portal: open: enabled: true