1234567891011121314151617181920212223242526272829303132 |
- TZ: Europe/Athens
- scrutiny:
- elevate_privileges: false
- disk_devices: []
- additional_envs: []
- network:
- web_port:
- bind_mode: published
- port_number: 8080
- influxdb_port:
- bind_mode: published
- port_number: 8081
- host_network: false
- ix_volumes:
- data: /opt/tests/mnt/data
- influxdb: /opt/tests/mnt/influxdb
- storage:
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
- influxdb:
- type: ix_volume
- ix_volume_config:
- dataset_name: influxdb
- create_host_path: true
- additional_storage: []
|