12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- photoprism:
- admin_password: admin
- public: false
- site_url: "https://photoprism.example.com"
- additional_envs: []
- network:
- host_network: true
- web_port:
- bind_mode: published
- port_number: 8080
- certificate_id:
- run_as:
- user: 568
- group: 568
- ix_volumes:
- import: /opt/tests/mnt/import
- storage: /opt/tests/mnt/storage
- originals: /opt/tests/mnt/originals
- storage:
- import:
- type: ix_volume
- ix_volume_config:
- dataset_name: import
- create_host_path: true
- storage:
- type: ix_volume
- ix_volume_config:
- dataset_name: storage
- create_host_path: true
- originals:
- type: ix_volume
- ix_volume_config:
- dataset_name: originals
- create_host_path: true
- additional_storage: []
|