Add komodo/automate/termix/compose.yaml

This commit is contained in:
2026-02-17 06:30:58 +00:00
parent af6fd2104c
commit 4452bafdbe

View File

@@ -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