Yesterday I tried to setup Squidex on my local machine using the docker compose files from the squidex-docker repo.
I noticed all of them use lets encrypt which makes it impossible to run squidex on localhost.
I then had to clone the repo, install all the nodejs dependencies, build with sass, and finally install mongo as a windows service.
Since the rebuild sass step messes with your env variables and what not I did not think this is a nice solution.
So what I would like instead is to install Squidex on localhost by only running containers. Minimum would be Squidex and Mongo images.
Has this been done already only that I haven’t looked in the right place?