mirror of
https://github.com/KevinMidboe/traefik-etcd-advertiser.git
synced 2025-10-29 01:40:20 +00:00
init README
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# traefik etcd advertiser
|
||||
|
||||
Used for advertising traefik config definitions from peer through etcd KV store.
|
||||
|
||||
## Configuration
|
||||
|
||||
```bash
|
||||
wget https://github.com/kevinmidboe/traefik-etcd-advertiser/releases/LATEST > /usr/bin/local/traefik-etcd-advertiser
|
||||
```
|
||||
|
||||
either create `.env` configuration file or prefix environmental variables required for etcd connection:
|
||||
|
||||
```bash
|
||||
ETCD_ENDPOINTS="localhost:2379" traefik-etc-advertiser ...
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Pass either docker-compose or traefik dynamic config:
|
||||
|
||||
```bash
|
||||
traefik-etcd-advertiser -filename web-service.yml -publish
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user