diff --git a/termix/docker-compose.yml b/termix/docker-compose.yml new file mode 100644 index 0000000..664ad30 --- /dev/null +++ b/termix/docker-compose.yml @@ -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: