Traefik + Pgadmin, maybe certification issue, causing 404 not found
I am trying to put pgadmin on dokploy and behind traefik. The reason I am doing that is because my db (postgres) is also hosted with dokploy and the port is only accessible inside the container (I am using
When I try to refresh traefik, it also throws an error. Let me know if I can provide anything else to better make this clear. This is my first time messing around with VPS, networking, etc.
expose instead of ports), so its not public facing. Thus, I cannot use a local pgadmin from my laptop and connect to the db since the port is not accessible. So, my thought is to deploy a pgadmin container as well (they are all in the same docker-compose with the same network value) so I can see into the db. But it is not working, I have a hunch that it is because traefik cannot generate certs for it, because when I look at acme it doesnt have the key for the domain I set it to (I have also set the DNS in cloudflare). Here is the errorUnable to obtain ACME certificate for domains error="unable to generate a certificate for the domains [my.domain.com]: error: one or more domains had a problem:\n[my.domain.com] acme: error: 403 :: urn:ietf:params:acme:error:unauthorized :: 2606:4700:20::ac43:49dc: Invalid response from https://perfectdomain.com/domain/alfrd.com: 403\nWhen I try to refresh traefik, it also throws an error. Let me know if I can provide anything else to better make this clear. This is my first time messing around with VPS, networking, etc.