mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Postgreus behind Reverse Proxy (Traefik) #392
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @schmidt-software on 11/25/2025
Is it possible to run PostgreSQL behind a reverse proxy or load balancer (e.g., Traefik)?
What would the corresponding configuration look like?
My
docker-compose.ymlfile for docker swarm looks like this:When I access the URL, I only see a blank page with the following HTML source code:
The log of the Posgreus container:
What have I overlooked? Any help is greatly appreciated.