feat: add custom domain per service section to readme

This commit is contained in:
max_richter 2025-05-12 14:45:27 +02:00
parent 4915eac171
commit f13cdaff60
Signed by: max
GPG Key ID: 51973802EF3F77C5

View File

@ -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