21 lines
No EOL
569 B
YAML
21 lines
No EOL
569 B
YAML
# This is an example of how to use the Octoprint on Docker, but this specifically is flavoured around
|
|
# being run on the ewaste pc put together for the TechInc hackspace 3d printer "fleet".. flotilla? .. Its more like flotsam really.
|
|
|
|
volumes:
|
|
corexy:
|
|
|
|
services:
|
|
corexy:
|
|
build:
|
|
context: .
|
|
target: octoprint-mjpg-streamer
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3000:80"
|
|
volumes:
|
|
- corexy:/octoprint
|
|
#environment:
|
|
# - ENABLE_MJPG_STREAMER=true
|
|
devices:
|
|
- /dev/ttyACM0:/dev/ttyACM0
|
|
# - /dev/video0:/dev/video0 |