version: "3.8"
services:
  ros2-desktop:
    image: tiryoh/ros2-desktop-vnc:humble
    container_name: ros2_desktop
    ports:
      - "6080:80"
    volumes:
      - ./workspace:/home/ubuntu/workspace
    environment:
      - RESOLUTION=1920x1080
    restart: unless-stopped
