13 lines
273 B
YAML
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
|