ts6-viewer/compose.yml
2026-03-10 19:43:38 +01:00

27 lines
629 B
YAML

version: "3.9"
services:
ts6viewer:
# Use this if you built the image locally via:
# docker build -t ts6viewer:main .
# image: ts6viewer:main
# Use this if you want to pull the prebuilt image from Docker Hub
image: maxallica/ts6-viewer:latest
container_name: ts6viewer
ports:
- "9000:8080"
environment:
SERVER_PORT: "8080"
THEME: "dark"
REFRESH_INTERVAL: "60"
HOST_CONNECTION_LINK: ""
HOST: "192.168.178.2"
PORT: "10022"
USER: "serveradmin"
PASSWORD: ""
ENABLE_VOICE_STATUS: "true"
SERVER_ID: "1"
restart: unless-stopped