PostgreSQL Studio wrapped in a neat little Docker container. The image is available on Docker Hub.
Run the image
ocker run -d --name pgsql-studio --restart always -it -p 8088:80 -t gartneriet/pgsql-studio
Connect to your database via http://localhost:8080
and enter
your database credentials.