Skip to content

Commit

Permalink
💪 @tmackness proxy the proxy dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
BretFisher committed Feb 4, 2019
1 parent 7d1e3c3 commit ac1f453
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions stack-proxy-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ services:
- --consul.prefix=traefik
deploy:
mode: global
labels:
- traefik.port=8080
- traefik.frontend.rule=Host:traefik.dogvs.cat
# if you have enough servers, make this only run on workers, maybe in a public DMZ
# placement:
# constraints: [node.role == worker]
Expand Down
5 changes: 4 additions & 1 deletion stack-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ services:
deploy:
placement:
constraints: [node.role == manager]

labels:
- traefik.port=8080
- traefik.frontend.rule=Host:traefik.dogvs.cat

volumes:
acme:
driver: rexray/dobs
Expand Down

0 comments on commit ac1f453

Please sign in to comment.