From 4452bafdbe2d660613c3d472379931c31359ad4b Mon Sep 17 00:00:00 2001 From: Nikholas Pcenicni Date: Tue, 17 Feb 2026 06:30:58 +0000 Subject: [PATCH] Add komodo/automate/termix/compose.yaml --- komodo/automate/termix/compose.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 komodo/automate/termix/compose.yaml diff --git a/komodo/automate/termix/compose.yaml b/komodo/automate/termix/compose.yaml new file mode 100644 index 0000000..e8a5f77 --- /dev/null +++ b/komodo/automate/termix/compose.yaml @@ -0,0 +1,16 @@ +--- +service: + termix: + container_name: termix + image: ghcr.io/lukegus/termix:latest + restart: unless-stopped + ports: + - 8180:8080 + volumes: + - termix-data:/app/data + environment: + PORT: 8180 + +volumes: + termix-data: + driver: local \ No newline at end of file