services: kiosk: command: http://portainer:9000 depends_on: portainer: condition: service_started weston: condition: service_started image: torizon/chromium@sha256:3ff57ac33bc601a0926c4d1b865c4cb7b1d9cd8c716cc16760343f9adc243d66 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/5/$MACHINE/templates.json --logo https://docs.toradex.com/109812-torizon-logo-portainer.svg -H unix:///var/run/docker.sock image: portainer/portainer-ce@sha256:3ff080a0cd2a45bd0bde046069973b3fe642c3e4d43c5b429dd7b77f0057c7d7 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:c519f2bd2bcb088ba500371aba916198444eb337a8e26ac671a6a911b37c5206 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: {}