added termix

This commit is contained in:
2025-10-10 14:44:26 +00:00
parent 00bc8f3d58
commit fc24493847

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