mirror of
https://github.com/sablierapp/sablier.git
synced 2026-01-04 12:05:05 +01:00
Add plugins folder to integrate with multiple reverse proxies The project is now released as 'Sablier'
12 lines
337 B
Markdown
12 lines
337 B
Markdown
# Docker swarm
|
|
|
|
## Run the demo
|
|
|
|
1. `git clone git@github.com:acouvreur/sablier.git`
|
|
2. `cd sablier/plugins/traefik/examples/docker_swarm`
|
|
3. `docker swarm init`
|
|
4. `export TRAEFIK_PILOT_TOKEN=...`
|
|
5. `docker stack deploy -c docker-stack.yml DOCKER_SWARM`
|
|
6. Load `http://localhost/nginx`
|
|
7. Wait 1 minute
|
|
8. Service is scaled to 0/0 |