mirror of
https://github.com/KevinMidboe/traefik-etcd-advertiser.git
synced 2025-10-28 17:30:19 +00:00
988 B
988 B
traefik etcd advertiser
Used for advertising traefik config definitions from peer through etcd KV store.
Install
Install replacing OS and ARCH, e.g. linux-amd64. See all releases:
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:
ETCD_ENDPOINTS="localhost:2379" traefik-etc-advertiser ...
Usage
Pass either docker-compose or traefik dynamic config:
traefik-etcd-advertiser -filename web-service.yml -publish