services: dune-weaver: build: . # Uncomment this if you need to build image: ghcr.io/tuanchris/dune-weaver:main # Use latest production image restart: always ports: - "8080:8080" # Map port 8080 of the container to 8080 of the host (access via http://localhost:8080) volumes: - .:/app devices: - "/dev/ttyACM0:/dev/ttyACM0" - "/dev/ttyUSB0:/dev/ttyUSB0" - "/dev/ttyAMA0:/dev/ttyAMA0" privileged: true container_name: dune-weaver