123456789101112131415161718192021222324252627282930313233343536373839404142 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- immich:
- enable_ml: true
- ml_image_selector: ml_image
- log_level: log
- hugging_face_endpoint: ""
- db_password: immich
- redis_password: immich
- additional_envs: []
- network:
- web_port:
- bind_mode: published
- port_number: 8080
- run_as:
- user: 0
- group: 0
- ix_volumes:
- postgres-data: /opt/tests/mnt/immich/postgres-data
- data: /opt/tests/mnt/immich/data
- storage:
- use_old_storage_config: false
- postgres_data:
- type: ix_volume
- ix_volume_config:
- dataset_name: postgres-data
- create_host_path: true
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
- ml_cache:
- type: temporary
- additional_storage: []
|