Squidex on docker works with http. on https it is not working

Hi Sebastian,

I am able to setup squidex and mongodb on docker. (only http).

I am unable to setup on https. can you please help me with this.

Regards,
Pawan Kumar B H

How do you deploy it? If you use this dockerfile you get https included:

It uses a nginx proxy and lets encrypt to issue the cert automatically.

But when you write “does not work” I am not sure how I can help you.

Hi Sebastian,

after using the above compose file. i get below error when i cur.

root@testingsquidex:~# curl localhost

503 Service Temporarily Unavailable

503 Service Temporarily Unavailable


nginx/1.14.1

You need a public domain and then use the domain to access squidex, otherwise it gets not served by nginx.

i worked around it. thanks sebastian.

How, what have you done? I also tried the docker-compose file yesterday and it was working.

I have also added a few things to the logs: https://docs.squidex.io/01-getting-started/installation/install-docker