1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- linkding:
- postgres_image_selector: postgres_17_image
- image_selector: image
- db_password: password
- username: linkding
- password: password
- disable_background_tasks: false
- disable_url_validation: false
- enable_auth_proxy: false
- auth_proxy_username_header: ''
- auth_proxy_logout_url: ''
- csrf_trusted_origins: []
- additional_envs: []
- network:
- web_port:
- bind_mode: published
- port_number: 8080
- run_as:
- user: 568
- group: 568
- ix_volumes:
- data: /opt/tests/mnt/data
- postgres_data: /opt/tests/mnt/postgres_data
- storage:
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
- postgres_data:
- type: ix_volume
- ix_volume_config:
- dataset_name: postgres_data
- create_host_path: true
- additional_storage: []
|