Skip to content

Commit

Permalink
added traefik inline docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BretFisher committed Sep 6, 2019
1 parent 5abb3f3 commit 00c742e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stack-proxy-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ x-default-opts:

services:

# traefik-init adds the command: config to consul, and then quits
traefik-init:
<<: *default-opts
image: traefik:1.7-alpine
Expand Down Expand Up @@ -68,6 +69,7 @@ services:
restart_policy:
condition: on-failure

# actual proxy, running on each node, and using direct host ports
traefik:
<<: *default-opts
image: traefik:1.7-alpine
Expand Down Expand Up @@ -101,6 +103,7 @@ services:
# placement:
# constraints: [node.role == worker]

# stores the proxy config
consul:
<<: *default-opts
image: consul
Expand Down

0 comments on commit 00c742e

Please sign in to comment.