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

This commit is contained in:
Dmytro Kozlov 2022-05-06 17:30:41 +03:00 committed by Aliaksandr Valialkin
parent 7cd416f5e6
commit 028c28b84a
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -75,6 +75,7 @@ services:
command:
- '--storageNode=vmstorage-1:8401'
- '--storageNode=vmstorage-2:8401'
- '--vmalert.proxyURL=http://vmalert:8880'
ports:
- 8481:8481
restart: always