From 4b47b204287c45a14ef752c06165dcfeef7c295e Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 26 Apr 2026 19:00:04 +0000 Subject: [PATCH] removed termix --- termix/compose.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 termix/compose.yml diff --git a/termix/compose.yml b/termix/compose.yml deleted file mode 100644 index 2c03b61..0000000 --- a/termix/compose.yml +++ /dev/null @@ -1,33 +0,0 @@ -services: - termix: - image: ghcr.io/lukegus/termix:latest - container_name: termix - restart: unless-stopped - ports: - - "8580:8080" - volumes: - - $PWD/termix/data:/app/data - environment: - PORT: "8080" - depends_on: - - guacd - networks: - - termix - - reverse-proxy - - guacd: - image: guacamole/guacd:1.6.0 - container_name: guacd - restart: unless-stopped - ports: - - "4822:4822" - networks: - - termix - - reverse-proxy - -networks: - termix: - name: termix - reverse-proxy: - name: reverse-proxy - external: true