mirror of
https://github.com/KevinMidboe/traefik-etcd-advertiser.git
synced 2025-10-28 17:30:19 +00:00
adds build badge & install documentation
This commit is contained in:
13
README.md
13
README.md
@@ -2,12 +2,21 @@
|
||||
|
||||
Used for advertising traefik config definitions from peer through etcd KV store.
|
||||
|
||||
## Configuration
|
||||
[](https://drone.schleppe.cloud/KevinMidboe/traefik-etcd-advertiser)
|
||||
|
||||
# Install
|
||||
|
||||
Install replacing `OS` and `ARCH`, e.g. `linux-amd64`. See [all releases](https://github.com/KevinMidboe/traefik-etcd-advertiser/releases/latest):
|
||||
|
||||
```bash
|
||||
wget https://github.com/kevinmidboe/traefik-etcd-advertiser/releases/LATEST > /usr/bin/local/traefik-etcd-advertiser
|
||||
curl -s -L https://github.com/KevinMidboe/traefik-etcd-advertiser/releases/latest/download/traefik-etcd-advertiser-OS-ARCH.tar | tar xvz
|
||||
|
||||
# verify install
|
||||
./traefik-etcd-advertiser-linux-amd64 -version
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
either create `.env` configuration file or prefix environmental variables required for etcd connection:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user