add termix
Some checks failed
Deploy Stacks / Redeploy_services_stacks (push) Has been cancelled

This commit is contained in:
2026-01-06 21:51:17 -03:00
parent 9f943cfee6
commit 9677e28ec8
2 changed files with 11 additions and 18 deletions

11
termix/docker-compose.yml Normal file
View File

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