Is it possible to route a certain domain to a service running outside of coolify? #5204
Unanswered
Nubebuster
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to host mailcow on the same server as coolify is running. I am running into the issue that I don't know how I can configure coolify to forward mail.my-domain.net to the mailcow container.
Mailcow was previously running on another server and with nginx traffic was routed using the following configuration:
/etc/nginx/sites-available/mail.my-domain.net
docker-compose.yaml
mailcow.conf
Since I am unable to get mailcow to run as a docker-compose project in coolify I run mailcow on the host server. This is due to lack of documentation and my lack of understanding of coolify.
To make things simple I thought maybe I can get coolify traefik proxy to forward the mail subdomain to the ports 8080 and 8443 and then let mailcow handle the rest.
Is this possible and feasible?
Beta Was this translation helpful? Give feedback.
All reactions