feat: Add termix ssh manager, traefik routers
This commit is contained in:
@@ -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
|
||||||
@@ -21,6 +21,16 @@ http:
|
|||||||
- security-headers
|
- security-headers
|
||||||
tls: {}
|
tls: {}
|
||||||
|
|
||||||
|
# Termix (public (account required))
|
||||||
|
termix:
|
||||||
|
rule: "Host(`termix.forust.xyz`)"
|
||||||
|
entryPoints:
|
||||||
|
- websecure
|
||||||
|
service: termix
|
||||||
|
middlewares:
|
||||||
|
- security-headers
|
||||||
|
tls: {}
|
||||||
|
|
||||||
# MeTube
|
# MeTube
|
||||||
metube:
|
metube:
|
||||||
rule: "Host(`metube.forust.xyz`)"
|
rule: "Host(`metube.forust.xyz`)"
|
||||||
@@ -157,6 +167,12 @@ http:
|
|||||||
servers:
|
servers:
|
||||||
- url: "http://uptime-kuma:3001"
|
- url: "http://uptime-kuma:3001"
|
||||||
|
|
||||||
|
# Termix
|
||||||
|
termix:
|
||||||
|
loadBalancer:
|
||||||
|
servers:
|
||||||
|
- url: "http://termix:8080"
|
||||||
|
|
||||||
# Dockmon
|
# Dockmon
|
||||||
dockmon:
|
dockmon:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
|
|||||||
Reference in New Issue
Block a user