From 58f4400a5938c793e9e6f1f1dc6e54ce88639c2b Mon Sep 17 00:00:00 2001 From: duynguyen Date: Sun, 25 Jan 2026 15:15:07 +0000 Subject: [PATCH] add: add termix --- termix/docker-compose.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 termix/docker-compose.yaml diff --git a/termix/docker-compose.yaml b/termix/docker-compose.yaml new file mode 100644 index 0000000..ca84ca1 --- /dev/null +++ b/termix/docker-compose.yaml @@ -0,0 +1,11 @@ +services: + termix: + image: ghcr.io/lukegus/termix:latest + container_name: termix + restart: unless-stopped + ports: + - "8011:8080" + volumes: + - /docker/termix/data:/app/data + environment: + PORT: "8080"