1234567891011121314151617181920212223242526272829 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- onlyoffice:
- postgres_image_selector: postgres_17_image
- db_password: onlyoffice
- redis_password: onlyoffice
- jwt_secret: onlyoffice
- additional_envs: []
- network:
- host_network: false
- web_port:
- bind_mode: published
- port_number: 8080
- certificate_id: null
- ix_volumes:
- postgres_data: /opt/tests/mnt/postgres-data
- storage:
- postgres_data:
- type: ix_volume
- ix_volume_config:
- dataset_name: postgres_data
- create_host_path: true
- additional_storage: []
|