feat(traefik): add traefik annotation
This commit is contained in:
parent
40d9875388
commit
bf23c5b182
2 changed files with 31 additions and 9 deletions
|
@ -11,13 +11,16 @@
|
|||
## Prerequisites
|
||||
* docker
|
||||
* docker compose
|
||||
* traefik with network
|
||||
|
||||
## Steps
|
||||
|
||||
1. Create .env file
|
||||
> EXTERNAL_IP=XXX.XXX.XXX.XXX
|
||||
>
|
||||
> GRAFANA_PASSWORD=SECURE_PASSWORD
|
||||
```bash
|
||||
GRAFANA_PASSWORD=SECURE_PASSWORD
|
||||
HOST_SUFFIX=xxx.local
|
||||
TZ=Europe/Paris
|
||||
```
|
||||
|
||||
2. Copy alertmanager.tmpl to alertmanager.yml
|
||||
* Set telegram bot_token and chat_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue