feat: Add termix ssh manager, traefik routers

This commit is contained in:
2025-11-18 03:34:55 +01:00
parent 9bb5f070e3
commit ed1b41ca1d
2 changed files with 37 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
termix:
image: ghcr.io/lukegus/termix:latest
container_name: termix
restart: unless-stopped
ports:
- "3331:8080"
volumes:
- ./termix-data:/app/data
environment:
PORT: "8080"
networks:
- traefik-proxy
networks:
traefik-proxy:
external: true
volumes:
termix-data:
driver: local