- docker run --name notesdb -e POSTGRES_PASSWORD=postgres123 -d postgres
postgres db not included yet
- docker-compose --env-file .env up --build -d
postgres db not included yet
- docker-compose --env-file .env up -d
postgres db not included yet
postgres db not included yet