services: octoprint1: container_name: octoprint1 devices: - /dev/ttyUSB0:/dev/ttyUSB0 environment: - ENABLE_MJPG_STREAMER=true image: ${DOCKER_REGISTRY:-}octoprint/octoprint:latest labels: com.centurylinklabs.watchtower.enable: 'true' homepage.container: octoprint1 homepage.description: 3D Printing homepage.group: Utilities homepage.href: http://m-server.home.lan:85/ homepage.icon: octoprint.png homepage.name: Octoprint1 homepage.server: my-docker homepage.weight: '98' homepage.widget.fields: '["printer_state", "temp_tool", "temp_bed", "job_completion"]' homepage.widget.key: 0_4C0qSJz_7QF-bkOblpHjeaMQv128hTXxEsHrkubuk homepage.widget.type: octoprint homepage.widget.url: http://m-server.home.lan:85/ wud.watch: true wud.watch.digest: true ports: - 85:80 volumes: - /share/docker_data/octoprint1:/octoprint octoprint2: container_name: octoprint2 environment: - ENABLE_MJPG_STREAMER=true image: ${DOCKER_REGISTRY:-}octoprint/octoprint:latest labels: com.centurylinklabs.watchtower.enable: 'true' homepage.container: octoprint2 homepage.description: 3D Printing homepage.group: Utilities homepage.href: http://m-server.home.lan:86/ homepage.icon: octoprint.png homepage.name: Octoprint2 homepage.server: my-docker homepage.weight: '99' homepage.widget.fields: '["printer_state", "temp_tool", "temp_bed", "job_completion"]' homepage.widget.key: 0_4C0qSJz_7QF-bkOblpHjeaMQv128hTXxEsHrkubuk homepage.widget.type: octoprint homepage.widget.url: http://m-server.home.lan:86/ wud.watch: true wud.watch.digest: true ports: - 86:80 volumes: - /share/docker_data/octoprint2:/octoprint - /dev:/dev