Integrate with traefik
This commit is contained in:
parent
c738d2e9fc
commit
25f2cb7c70
1 changed files with 6 additions and 1 deletions
|
@ -48,7 +48,12 @@
|
|||
"Services": [
|
||||
{
|
||||
"PortLabel": "www",
|
||||
"Provider": "nomad"
|
||||
"Provider": "nomad",
|
||||
"Name": "web",
|
||||
"Tags": [
|
||||
"traefik.enable=true",
|
||||
"traefik.http.routers.web.rule=Host(`hello-world.brmartin.co.uk`)"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue