Hello @aristos Here is an example docker-compose that will setup Postgres, pgadmin and Traefik. The Postgres container listens by the default on port 5432, I'm also setting up a TCP entrypoint and router in Traefik on the same port. #Traefik static configuration /sandbox/configs/static/proxy-v2.yml api: dashboard: true debug: true entryP...