added termix for testing

This commit is contained in:
2025-10-10 14:46:01 +00:00
parent 4d57b5c497
commit 346b01b151

18
termix/compose.yml Normal file
View File

@@ -0,0 +1,18 @@
services:
termix:
image: ghcr.io/lukegus/termix:latest
container_name: termix
environment:
PORT: "8080"
networks:
- reverse-proxy
ports:
- "8888:8080"
restart: unless-stopped
volumes:
- ./termix-data:/app/data
networks:
reverse-proxy:
name: reverse-proxy
external: true