services: kiosk: command: --window-mode http://portainer:9000 depends_on: portainer: condition: service_started weston: condition: service_started image: torizon/kiosk-mode-browser@sha256:eb959bdfef414c6d28f615b30b83fc16bc06397f18dbf18216f205f4f6c10339 platform: linux/arm64 security_opt: - seccomp:unconfined shm_size: 256mb volumes: - source: /tmp target: /tmp type: bind - source: /var/run/dbus target: /var/run/dbus 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 199:* rmw - c 226:* rmw environment: ACCEPT_FSL_EULA: '1' image: torizon/weston-vivante@sha256:4fda94b1c44694b90df86ebc23f1e11b901170bc63ff536b5805d3cdca0394c0 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: {}