From 04d7538c4c57d6e9724fe0a601894e2bb329fe37 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Mon, 15 Sep 2025 11:07:50 +0800 Subject: [PATCH] Replace octoeverywhere with octoapp-plugin --- octoapp-plugin/compose.yaml | 10 ++++++++++ octoeverywhere/compose.yaml | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 octoapp-plugin/compose.yaml delete mode 100644 octoeverywhere/compose.yaml diff --git a/octoapp-plugin/compose.yaml b/octoapp-plugin/compose.yaml new file mode 100644 index 0000000..8f0fa45 --- /dev/null +++ b/octoapp-plugin/compose.yaml @@ -0,0 +1,10 @@ +services: + octoapp-plugin: + image: bmerrill9/octoapp_plugin + container_name: octoapp-plugin + environment: + - COMPANION_MODE=klipper + - PRINTER_IP=127.0.0.1 + - TZ=Australia/Perth + volumes: + - /home/fern/docker/data/octoapp-plugin/data:/data diff --git a/octoeverywhere/compose.yaml b/octoeverywhere/compose.yaml deleted file mode 100644 index 950abcd..0000000 --- a/octoeverywhere/compose.yaml +++ /dev/null @@ -1,10 +0,0 @@ -services: - octoeverywhere: - image: octoeverywhere/octoeverywhere:latest - network_mode: host - environment: - - COMPANION_MODE=klipper - - PRINTER_IP=127.0.0.1 - - TZ=Australia/Perth - volumes: - - /home/fern/docker/data/octoeverywhere/data:/data