Files
dashboard/docker-compose.yml
T
dcstephenson 40fb835319 Initial commit of dashboard
Static status dashboard served via nginx, with the switch TLS proxy
section relabeled from WWTP to Extreme.
2026-07-29 13:47:35 -05:00

9 lines
124 B
YAML

services:
dashboard:
build: .
container_name: dashboard
ports:
- "8090:80"
restart: unless-stopped