Files
qweZabbixDashboard/docker-compose.yml
2026-04-20 17:10:57 +02:00

13 lines
273 B
YAML

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