1234567891011121314151617181920212223242526272829303132333435363738 |
- TZ: Europe/Athens
- mosquitto:
- enable_persistence: true
- allow_anonymous: false
- autosave_interval: 1800
- additional_envs: []
- run_as:
- user: 568
- group: 568
- network:
- broker_port:
- bind_mode: published
- port_number: 8080
- ws_port:
- bind_mode: published
- port_number: 8081
- host_network: false
- additional_ports: []
- ix_volumes:
- config: /opt/tests/mnt/config
- data: /opt/tests/mnt/data
- storage:
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
- additional_storage: []
|