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