Integrate with traefik

This commit is contained in:
Ben Martin 2024-06-06 22:32:00 +01:00
parent c738d2e9fc
commit 25f2cb7c70
No known key found for this signature in database
GPG key ID: 11936493893207E4

View file

@ -48,7 +48,12 @@
"Services": [ "Services": [
{ {
"PortLabel": "www", "PortLabel": "www",
"Provider": "nomad" "Provider": "nomad",
"Name": "web",
"Tags": [
"traefik.enable=true",
"traefik.http.routers.web.rule=Host(`hello-world.brmartin.co.uk`)"
]
} }
] ]
} }