From f13cdaff60a581d36fa29f9be6fc3eba3fd71db9 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Mon, 12 May 2025 14:45:27 +0200 Subject: [PATCH] feat: add custom domain per service section to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 333d0d3..192babf 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,16 @@ docker compose volume rm dns_config docker compose up -d ``` +### Custom Domain Per Service + +If you want a single service to have a custom domain you can use the `serviceDomains` label. This will override the default domain suffix: +```yaml +labels: + serviceName: my-app + serviceDomains: my-app.very.cool +``` + +The service would now be reachable at `https://my-app.very.cool` and `https://my-app.dev.local`. ### Certificate Lifetime