docker-node-postgres-template icon indicating copy to clipboard operation
docker-node-postgres-template copied to clipboard

An example configuration of a fullstack Node app with PostgreSQL using Docker Compose

Results 2 docker-node-postgres-template issues
Sort by recently updated
recently updated
newest added

Lets add healthcheck here by this way node app will wait when postgres app will ready.

Hello, when I run the template it works but the dependencies are not persisted on node_modules folder/volume. I guess It's not a problem for execution because the build doesn't repeat...