fix domains redirections

This commit is contained in:
root
2026-05-15 12:44:12 -04:00
parent 0edd90732e
commit 942c0b282a
4 changed files with 17 additions and 10 deletions
+3 -2
View File
@@ -112,7 +112,8 @@ Add an A record for every subdomain to your server's public IP before deploying
| Subdomain | Service |
|---|---|
| `rentaldrivego.ma` | marketplace + public site |
| `rentaldrivego.ma` | public site |
| `app.rentaldrivego.ma` | marketplace |
| `api.rentaldrivego.ma` | API |
| `dashboard.rentaldrivego.ma` | dashboard |
| `admin.rentaldrivego.ma` | admin panel |
@@ -151,7 +152,7 @@ Open `.env.docker.production` and fill in every value. The minimum required secr
| `ACME_EMAIL` | Your email for Let's Encrypt notifications |
| `RESEND_API_KEY` | Resend API key (or configure SMTP vars instead) |
All domain vars are pre-filled with `rentaldrivego.ma` subdomains and do not need changing unless you use a different domain.
The example file uses `rentaldrivego.ma` for the public site and `app.rentaldrivego.ma` for the marketplace. Adjust them only if you use different hostnames.
#### 5. Start Traefik