coolify icon indicating copy to clipboard operation
coolify copied to clipboard

Coolify can't auto setup domain with nginx

Open raniaamina opened this issue 2 years ago • 3 comments

Hi, i'm so sorry if it's very silly question.

This is my first time using coolify. I try running it on my server that also run Nginx. Am i still need to set up each domain in nginx for each apps that i build manually or there are an easy way to do it? I use Nginx to run some service and site, btw.

Hope some one get my point 😅. Thanks :")

raniaamina avatar Apr 01 '22 06:04 raniaamina

Hey, there is no silly question. :)

Coolify has its own proxy, and generates all configuration automatically. At the moment, it cannot be integrated automatically with other proxies, but you can disable Coolify's proxy, but then you need to configure nginx for all your applications manually.

I do not think it will be integrated with Nginx in the near future.

andrasbacsai avatar Apr 01 '22 11:04 andrasbacsai

Hmm okay. Thank you for your answer. So, I'm going to make some scripts to do this. The nginx setup is sometimes a tedious part of my workflow haha

Once again, thank you.

raniaamina avatar Apr 02 '22 02:04 raniaamina

Ah, btw @andrasbacsai How to publish docker port in coolify? I try to deploy just static site that contain only plain html (with some css and js of course) in coolify? But i can't access it outside since the docker port not publised after deployment complete in coolify. It also happen to other nodejs apps, Am i also should run dokcer image manually with -p?

thanks in advance :")

raniaamina avatar Apr 04 '22 02:04 raniaamina