feat: termix service example

This commit is contained in:
theo 2026-03-05 22:07:38 +00:00
parent f9c30e47b8
commit e428a3ae4c

14
termix/docker-compose.yml Normal file
View file

@ -0,0 +1,14 @@
services:
termix:
image: ghcr.io/lukegus/termix:latest
container_name: termix
restart: unless-stopped
ports:
- "8030:8080"
volumes:
- termix-data:/app/data
environment:
PORT: "8080"
volumes:
termix-data: