leyhome/termix.yml hinzugefügt

This commit is contained in:
florian 2026-03-04 18:52:34 +01:00
parent 3d0a3cb0a5
commit b10f180008
1 changed files with 12 additions and 0 deletions

12
leyhome/termix.yml Normal file
View File

@ -0,0 +1,12 @@
services:
termix:
image: ghcr.io/lukegus/termix:latest
container_name: termix
restart: unless-stopped
ports:
# Bindet den Dienst explizit an die VLAN20-IP auf Port 8083
- '8083:8080'
volumes:
- /home/florian/docker/termix-data:/app/data
environment:
- PORT=8080