-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi,
Is it possible to specify a host/domain for a service?
I'm using the caddy-docker-proxy module in combination with yours with this label:
labels:
caddy.layer4.:27017.proxy: "{{upstreams 27017}}"
which generates this caddy part:
"layer4": {
"servers": {
"srv0": {
"listen": [":27017"],
"routes": [
{
"handle": [
{
"handler": "proxy",
"upstreams": [{ "dial": ["10.0.22.76:27017"] }]
}
]
}
]
}
}
}
But I would like to specify the host/domain, so I could have multiple services running on the same port. Is it possible?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels