diff --git a/octoeverywhere/compose.yaml b/octoeverywhere/compose.yaml new file mode 100644 index 0000000..81ce86a --- /dev/null +++ b/octoeverywhere/compose.yaml @@ -0,0 +1,9 @@ +services: + octoeverywhere: + image: octoeverywhere/octoeverywhere:latest + environment: + - COMPANION_MODE=klipper + - PRINTER_IP=10.0.1.4 + - TZ=Australia/Perth + volumes: + - /home/fern/docker/data/octoeverywhere/data:/data