name: big-bear-immich services: database: cpu_shares: 90 command: [] container_name: immich-postgres deploy: resources: limits: memory: 16508321792 reservations: devices: [] environment: - PG_DATA=/var/lib/postgresql/data - POSTGRES_DB=immich - POSTGRES_PASSWORD=casaos - POSTGRES_USER=casaos image: ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 labels: icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/immich.png restart: unless-stopped volumes: - type: bind source: /DATA/AppData/big-bear-immich/pgdata target: /var/lib/postgresql/data bind: create_host_path: true ports: [] devices: [] cap_add: [] networks: - big_bear_immich_network privileged: false immich-machine-learning: cpu_shares: 90 command: [] container_name: immich-machine-learning deploy: resources: limits: memory: 16508321792 reservations: devices: [] devices: - /dev/dri:/dev/dri environment: - DB_DATABASE_NAME=casaos - DB_HOSTNAME=immich-postgres - DB_PASSWORD=casaos - DB_PORT=5432 - DB_USERNAME=casaos - DEVICE=openvino - OPENVINO_CACHE_DIR=/cache/openvino - OPENVINO_DEVICE=GPU - REDIS_HOSTNAME=immich-redis - TRANSFORMERS_CACHE=/cache image: ghcr.io/immich-app/immich-machine-learning:v2.4.1-openvino labels: icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/immich.png restart: unless-stopped volumes: - type: bind source: /DATA/AppData/big-bear-immich/model-cache target: /cache bind: create_host_path: true ports: [] cap_add: [] networks: - big_bear_immich_network privileged: false immich-server: cpu_shares: 90 command: [] container_name: immich-server depends_on: database: condition: service_started required: true redis: condition: service_started required: true deploy: resources: limits: memory: 16508321792 reservations: devices: [] environment: - DB_DATABASE_NAME=immich - DB_HOSTNAME=immich-postgres - DB_PASSWORD=casaos - DB_PORT=5432 - DB_USERNAME=casaos - IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003 - REDIS_HOSTNAME=immich-redis image: ghcr.io/immich-app/immich-server:v2.4.1 labels: icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/immich.png ports: - mode: ingress target: 2283 published: "2283" protocol: tcp restart: unless-stopped volumes: - type: bind source: /DATA/AppData/big-bear-immich/upload target: /usr/src/app/upload bind: create_host_path: true - type: bind source: /DATA/Gallery/NAS target: /usr/src/app/external/photo devices: [] cap_add: [] networks: - big_bear_immich_network privileged: false redis: cpu_shares: 90 command: [] container_name: immich-redis deploy: resources: limits: memory: 16508321792 reservations: devices: [] image: redis:6.2.20-alpine@sha256:2185e741f4c1e7b0ea9ca1e163a3767c4270a73086b6bbea2049a7203212fb7f labels: icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/immich.png restart: always ports: [] volumes: [] devices: [] cap_add: [] environment: [] networks: - big_bear_immich_network privileged: false networks: big_bear_immich_network: name: big-bear-immich_big_bear_immich_network driver: bridge x-casaos: architectures: - amd64 - arm64 author: BigBearTechWorld category: BigBearCasaOS description: en_us: Self-hosted photo and video storage. developer: immich-app hostname: "" icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/immich.png index: / is_uncontrolled: true main: immich-server port_map: "2283" scheme: http store_app_id: big-bear-immich tagline: en_us: Immich thumbnail: "" title: custom: "" en_us: Immich