homelab-infrastructure/leyhome/termix.yml

12 lines
311 B
YAML

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