feat(service): add termix template (#11090)

Co-authored-by: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com>
This commit is contained in:
ShadowArcanist
2026-08-10 11:46:48 +02:00
committed by GitHub
co-authored by peaklabs-dev
parent c581f1bea9
commit a6d79e1134
2 changed files with 30 additions and 0 deletions
+7
View File
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

+23
View File
@@ -0,0 +1,23 @@
# documentation: https://docs.termix.site/install/server/docker
# slogan: All-in-One SSH & Remote Desktop management app.
# category: developer-tools
# tags: ssh,terminal,remote-desktop,rdp,vnc,server-management,remote-access
# logo: svgs/termix.svg
# port: 8080
services:
termix:
image: ghcr.io/lukegus/termix:2.6.1
environment:
- SERVICE_URL_TERMIX_8080
- PORT=8080
- LOG_LEVEL=${LOG_LEVEL:-info}
- GUACD_HOST=guacd
- GUACD_RECORDING_PATH=/termix-data/session_recordings/guacamole
depends_on:
- guacd
volumes:
- termix-data:/app/data
guacd:
image: guacamole/guacd:1.6.0