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