Remove octoprint

This commit is contained in:
Salt 2024-05-21 19:02:23 -05:00
parent 0e93b2614e
commit 3a6b9a242a

View File

@ -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 ]