Initial commit — Zabbix Dashboard app

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-20 17:10:57 +02:00
commit 8b38d6a9c9
13 changed files with 2524 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
dashboard:
build: .
ports:
- "3000:3000"
environment:
- PORT=3000
- ZABBIX_URL=https://monitor.stranto.com
- ZABBIX_TOKEN=${ZABBIX_TOKEN}
- CUSTOMER_TAG_VALUE=QWE
- COUNTRY_TAG=country
restart: unless-stopped