Skip to content

jeffersonfelixdev/devspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Basic Setup

  • Install Docker and docker-compose;
  • Setup environment variables in a .env file (see .env.example);
  • Run setup:
docker-compose up -d
  • Now you have:
    • PostgreSQL (localhost:5432)
    • MongoDB (localhost:27017 with admin web interface at http://localhost:8081)
    • Redis (localhost:6379)
    • DynamoDB local (localhost:8000)
    • MinIO (localhost:9000)
  • Happy coding!

About

Run your local environment easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published