metalmatze / alertmanager-bot

[deprecated] Bot for Prometheus' Alertmanager
MIT License
658 stars 147 forks source link

Behind a proxy #203

Open vasiliy-grinko opened 2 years ago

vasiliy-grinko commented 2 years ago

How can i specify proxy server? I get connection refused in logs...

AlexeyAksenoff commented 2 years ago

If you use systemd Environment="http_proxy=user:password@proxy:port"

If use container --env , -e : Set environment variables --env-file : Read in a file of environment variables