From 990588675b711635fb02a5b997071949b57a8033 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Sun, 14 Sep 2025 22:45:36 +0800 Subject: [PATCH] Add octoeverywhere --- octoeverywhere/compose.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 octoeverywhere/compose.yaml 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