A simple practice repository to learn Docker Compose, where a Node.js app is connected to a PostgreSQL database.
- Setting up multi-container apps using Docker Compose
- Connecting Node.js with PostgreSQL
- Managing environment variables
- Running services with a single command
- Node.js
- PostgreSQL
- Docker & Docker Compose
docker-compose up --buildThe app will start along with the PostgreSQL database.
This is a learning project to understand containerization and service communication using Docker.
⭐ Feel free to explore and improve!