Hi,
I’ve read the Docker Compose templates properly, and I haven’t found a drop-in Docker Compose example for testing Squidex using only SQL (Entity Framework) for both the event store and the store. Is that possible? I have an environment where Postgres should be the main database and no MongoDB. I’ve tested the following settings, and for now, I’ve seen there is the possibility (using GetEventStore?), but I don’t see a clear example.
In the tests in the Squidex repo, I saw a reference to a Squidex-local image, and I’m not sure what it should look like or what the steps are to test locally. Is there a clear example of how to use it, and what settings need to be changed, or what I should look into?
Thanks in advance, and sorry for the long text. I’ve been looking for two days.
Jordan