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