djyde / cusdis

lightweight, privacy-friendly alternative to Disqus.
https://cusdis.com
GNU General Public License v3.0
2.63k stars 230 forks source link

When directly building with dockerfile, the general report cannot connect to the database. I don't know why. Please help me see, or how to build the official docker image #185

Open dgo2dance opened 2 years ago

dgo2dance commented 2 years ago

image

docker-compose. XML is the content of the following file. Dockerfile is the content pulled from GIT

pgsql: image: "postgres:13" volumes:

djyde commented 2 years ago

I think it's because you didn't expose the 5432 port in the compose file?