services: kiosk: command: http://portainer:9000 depends_on: portainer: condition: service_started weston: condition: service_started device_cgroup_rules: - c 226:* rmw image: torizon/kiosk-mode-browser-x11@sha256:e516baa9296fd88555a122a3e665b89a90ac71c9275ebd57d1139054ddae7119 ipc: host security_opt: - seccomp:unconfined shm_size: 256mb volumes: - source: /tmp target: /tmp type: bind - source: /var/run/dbus target: /var/run/dbus type: bind - source: /dev/dri target: /dev/dri type: bind portainer: command: --templates https://feeds.toradex.com/portainer/4/$MACHINE/templates.json --logo https://docs.toradex.com/109812-torizon-logo-portainer.svg -H unix:///var/run/docker.sock image: portainer/portainer-ce@sha256:84676dfce8ab328e51990797cceff5131c1ff63c3a73f5ebf1397cad9aa42e3c ports: - 8840:9000/tcp restart: always volumes: - source: portainer_data target: /data type: volume - source: /var/run/docker.sock target: /var/run/docker.sock type: bind weston: cap_add: - CAP_SYS_TTY_CONFIG device_cgroup_rules: - c 4:0 rmw - c 4:7 rmw - c 13:* rmw - c 226:* rmw image: torizon/weston@sha256:ad5cb5ce44bbadb3b58f93a2a744808ba2050d8ee2eba597fa830b39cefaec0f ipc: host network_mode: host volumes: - source: /tmp target: /tmp type: bind - source: /dev target: /dev type: bind - source: /run/udev target: /run/udev type: bind version: '2.4' volumes: portainer_data: {}