For developing purposes it would be very desireable to run a local PGX instance in server mode. A docker image would be perfect for this use case. However, while try to write a dockerfile using PGX server 20.4 I came into struggle for the realm implementation. E.g. from my point of view authentification could be disabled while developing.
Would it be possible to provide a docker image for development?
Is there a dummy realm implementation?
My progress so far:
pgx-dockerized.zip (2.56 KB)