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:dae58cbe3e9131f94066597d8416ac9cfbce445d33120f4a51a5028d2c62038f 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/3/$MACHINE/templates.json --logo https://docs.toradex.com/107545-torizon-logo.svg?v=1 -H unix:///var/run/docker.sock image: portainer/portainer-ce@sha256:5064d8414091c175c55ef6f8744da1210819388c2136273b4607a629b7d93358 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:48b23fa496ea9ef61ed41895770882e00ed81d8cbe19e443590f5f4e70461673 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: {}