Files
compose-projects-services/termix/docker-compose.yml
Christoph Califice 9677e28ec8
Some checks failed
Deploy Stacks / Redeploy_services_stacks (push) Has been cancelled
add termix
2026-01-06 21:51:17 -03:00

11 lines
260 B
YAML

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"