12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: Europe/Paris
- paperless:
- postgres_image_selector: postgres_17_image
- db_password: db-paperless-password$
- redis_password: redis-paperles$s-password$
- secret_key: paperless-secret-key
- admin_user: admin
- admin_mail: admin@example.com
- admin_password: admin-password
- enable_trash: false
- enable_tika_gotenberg: true
- gotenberg_chromium_disable_javascript: false
- gotenberg_chromium_allow_list_regex: ""
- additional_envs: []
- network:
- web_port:
- bind_mode: published
- port_number: 8080
- run_as:
- user: 568
- group: 568
- ix_volumes:
- paperless-data: /opt/tests/mnt/paperless-data
- paperless-media: /opt/tests/mnt/paperless-media
- paperless-consume: /opt/tests/mnt/paperless-consume
- paperless-postgres-data: /opt/tests/mnt/paperless-postgres-data
- storage:
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: paperless-data
- create_host_path: true
- media:
- type: ix_volume
- ix_volume_config:
- dataset_name: paperless-media
- create_host_path: true
- consume:
- type: ix_volume
- ix_volume_config:
- dataset_name: paperless-consume
- create_host_path: true
- postgres_data:
- type: ix_volume
- ix_volume_config:
- dataset_name: paperless-postgres-data
- create_host_path: true
- additional_storage: []
|