This commit is contained in:
2025-11-30 12:34:45 +01:00
parent e5f390ad42
commit 13e6dd903a
125 changed files with 5482 additions and 28 deletions

View File

@@ -0,0 +1,56 @@
services:
octoprint1:
container_name: octoprint1
devices:
- /dev/ttyUSB0:/dev/ttyUSB0
- /dev/video0:/dev/video0
- /dev/video1:/dev/video1
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