deployment/docker: added vmalert.proxyURL flag (#2549)

This commit is contained in:
Dmytro Kozlov 2022-05-06 17:30:41 +03:00 committed by GitHub
parent 80092f087e
commit 1235e754a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ services:
- "--opentsdbListenAddr=:4242" - "--opentsdbListenAddr=:4242"
- "--httpListenAddr=:8428" - "--httpListenAddr=:8428"
- "--influxListenAddr=:8089" - "--influxListenAddr=:8089"
- "--vmalert.proxyURL=http://vmalert:8880"
networks: networks:
- vm_net - vm_net
restart: always restart: always