DefangLabs / defang

Defang CLI and sample projects. Defang is a radically simpler way for developers to develop, deploy, and debug cloud applications.
https://defang.io
MIT License
22 stars 5 forks source link

Multiple domains #247

Open raphaeltm opened 3 months ago

raphaeltm commented 3 months ago

It would be useful to be able to specify multiple domains for a service. There are cases where it might be useful to set some context for an application based on the domain used to access it. Like, I can imagine a dashboard that uses the same app, but modifies some language or visibility of menu items based on the domain:

teacher.app.com
student.app.com

Similar but different to #246

raphaeltm commented 3 months ago

Related to #174

lionello commented 4 weeks ago

This also blocks Nounly.

Compose spec supports aliases under networks. https://github.com/compose-spec/compose-spec/blob/master/05-services.md#aliases

lionello commented 2 weeks ago

Blocked by #523