Add komodo/automate/termix/compose.yaml
This commit is contained in:
16
komodo/automate/termix/compose.yaml
Normal file
16
komodo/automate/termix/compose.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
service:
|
||||
termix:
|
||||
container_name: termix
|
||||
image: ghcr.io/lukegus/termix:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8180:8080
|
||||
volumes:
|
||||
- termix-data:/app/data
|
||||
environment:
|
||||
PORT: 8180
|
||||
|
||||
volumes:
|
||||
termix-data:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user