Skip to content

Desafio prático com objetivo de consolidar o conhecimento adquirido sobre Dockerfile, Docker Compose, redes e volumes.

Notifications You must be signed in to change notification settings

fehliimaa/docker-express-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐳 Secure Application with Docker + PostgreSQL

Sample project following best practices:

✅ Multi-stage Dockerfile
✅ Database with a restricted-access user
✅ Externalized sensitive environment variables
✅ Persistent volumes
✅ Isolated Docker network

🔧 Prerequisites

  • Docker and Docker Compose
  • Bash or a compatible terminal
  • .env file created from .env.example

🚀 How to start

docker-compose up --build

✅ Expected result

Result 1


Result 2

About

Desafio prático com objetivo de consolidar o conhecimento adquirido sobre Dockerfile, Docker Compose, redes e volumes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published