moved termix to remote access server

This commit is contained in:
2025-10-10 14:45:52 +00:00
parent fc24493847
commit d58253a371

View File

@@ -1,18 +0,0 @@
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