From ffea91815ebf898c1f96b564178fce4d9d97382e Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Tue, 14 Jul 2026 14:48:29 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/compose.yaml b/compose.yaml index 1ff1d2e..e2e93d8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -44,6 +44,19 @@ services: networks: - bragi-local + termix-new: + image: ghcr.io/lukegus/termix:release-2.2.1 + container_name: termix-new + restart: unless-stopped +# ports: +# - '8080:8080' + volumes: + - /opt/01_admin/termix-new/:/app/data +# environment: +# PORT: '8080' + networks: + - bragi-local + guacd: image: guacamole/guacd:1.6.0 container_name: guacd