mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-09-17 03:41:21 +08:00
12 lines
330 B
YAML
12 lines
330 B
YAML
services:
|
|
octoapp-plugin:
|
|
image: bmerrill9/octoapp_plugin
|
|
container_name: octoapp-plugin
|
|
restart: unless-stopped
|
|
network_mode: host
|
|
environment:
|
|
- COMPANION_MODE=klipper
|
|
- PRINTER_IP=127.0.0.1
|
|
- TZ=Australia/Perth
|
|
volumes:
|
|
- /home/fern/docker/data/octoapp-plugin/data:/data
|