services: eros-server: image: torizonextras/eros-server@sha256:fb3301051c94b1a898adba0d37279cf599804c94169a9933d13088b6529a5af3 pid: host ports: - published: 3030 target: 3030 privileged: true volumes: - /var/sota/import:/var/sota/import:rw eros-view: depends_on: eros-server: condition: service_started device_cgroup_rules: - c 4:0 rmw - c 4:7 rmw - c 13:* rmw - c 226:* rmw image: torizonextras/eros-view@sha256:069033dd97b5d293820d7a78ec1c22f7c3fad75f4822958beff158c246c4021b network_mode: host volumes: - source: /tmp target: /tmp type: bind - source: /dev target: /dev type: bind version: '3.9'