Initial commit — Zabbix Dashboard app
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user