name: big-bear-immich services: database: cpu_shares: 90 command: [] container_name: immich-postgres deploy: resources: limits: memory: "16617832448" environment: PG_DATA: /var/lib/postgresql/data DB_STORAGE_TYPE: 'HDD' image: ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0 labels: icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/immich.png networks: big_bear_immich_network: null restart: unless-stopped volumes: - type: bind source: /DATA/AppData/big-bear-immich/pgdata target: /var/lib/postgresql/data bind: create_host_path: true immich-machine-learning: cpu_shares: 90 command: [] container_name: immich-machine-learning deploy: resources: limits: memory: "16617832448" environment: DB_DATABASE_NAME: immich DB_HOSTNAME: immich-postgres DB_PASSWORD: postgres DB_PORT: "5432" DB_USERNAME: postgres REDIS_HOSTNAME: immich-redis DB_STORAGE_TYPE: 'HDD' image: ghcr.io/immich-app/immich-machine-learning:release labels: icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/immich.png networks: big_bear_immich_network: null restart: unless-stopped volumes: - type: bind source: /DATA/AppData/big-bear-immich/model-cache target: /cache bind: create_host_path: true 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: "16617832448" environment: DB_DATABASE_NAME: immich DB_HOSTNAME: immich-postgres DB_PASSWORD: postgres DB_PORT: "5432" DB_USERNAME: postgres IMMICH_MACHINE_LEARNING_URL: http://immich-machine-learning:3003 REDIS_HOSTNAME: immich-redis TZ: Australia/Sydney DB_STORAGE_TYPE: 'HDD' image: ghcr.io/immich-app/immich-server:release labels: icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/immich.png networks: big_bear_immich_network: null ports: - mode: ingress target: 2283 published: "2283" protocol: tcp restart: unless-stopped volumes: - type: bind source: /DATA/.media/Cloud-Storage/immich target: /usr/src/app/upload bind: create_host_path: true redis: cpu_shares: 90 command: [] container_name: immich-redis deploy: resources: limits: memory: "16617832448" image: docker.io/valkey/valkey:8-bookworm@sha256:fec42f399876eb6faf9e008570597741c87ff7662a54185593e74b09ce83d177 labels: icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/immich.png networks: big_bear_immich_network: null restart: always networks: big_bear_immich_network: name: big-bear-immich_big_bear_immich_network driver: bridge default: name: big-bear-immich_default x-casaos: architectures: - amd64 - arm64 author: BigBearTechWorld category: BigBearCasaOS description: en_us: Self-hosted photo and video storage. developer: "" hostname: "" icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-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