Remove octoprint
This commit is contained in:
parent
0e93b2614e
commit
3a6b9a242a
@ -1,17 +0,0 @@
|
||||
# vim:ft=ansible:
|
||||
# https://github.com/OctoPrint/octoprint-docker/blob/master/docker-compose.yml
|
||||
- name: docker deploy octoprint
|
||||
docker_container:
|
||||
name: octoprint
|
||||
image: octoprint/octoprint:latest
|
||||
privileged: yes
|
||||
network_mode: host
|
||||
env:
|
||||
ENABLE_MJPG_STREAMER: "true"
|
||||
volumes:
|
||||
# I know this is strictly speaking a "bad thing", but this device is an
|
||||
# appliance so whatever.
|
||||
- /dev:/dev
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /data/octoprint:/octoprint
|
||||
tags: [ docker, octoprint ]
|
Loading…
Reference in New Issue
Block a user