Replies: 2 comments
-
I made it work by adding each tenant subdomain to the domains tab in Dokploy but is there no way to do it auto? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Similar question here. I want to have 2 applications, a web app and server app I want to have the domains config for each app How to get this working? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! 👋
I'm trying to set up wildcard subdomain support in Dokploy and need some guidance on the proper configuration.
Current Setup:
A * myvpsip
(wildcard A record pointing to my VPS IP)What I Want to Achieve:
I want to be able to deploy applications and access them via subdomains like:
app1.mydomain.com
app2.mydomain.com
api.mydomain.com
Questions:
Do I need to manually edit Traefik configuration files? Or does Dokploy handle this automatically?
What's the proper way to configure applications in Dokploy to use wildcard subdomains?
3
Domain configuration in Dokploy: When deploying an app, what should I put in the domain field? Just the subdomain part or the full domain?
What I've Tried:
My Current App:
votemoi.mydomain.com
)Environment:
Reference Video:
I followed a tutorial video for building this app. The code structure is identical to what's shown in: https://www.youtube.com/watch?v=vVYlCnNjEWA
Specific Questions:
awards.mydomain.com
?Any guidance or documentation links would be greatly appreciated! Is there a step-by-step guide for wildcard subdomain setup in Dokploy?
Thanks in advance! 🙏
Additional Context:
I found some Traefik configuration examples online, but I'm not sure if I should modify Dokploy's Traefik config directly or modify the project config or if there's a built-in way to handle this. The app is working fine on the main domain, I just need to move it to a subdomain.
Beta Was this translation helpful? Give feedback.
All reactions