-
Notifications
You must be signed in to change notification settings - Fork 3
Docker Setup
Amila Welihinda edited this page Mar 5, 2019
·
2 revisions
Docker is a tool that allows everyone on a team to have the exact same environment. It prevents platform-specific issues and configuration issues.
Using mysql instead of sqlite gives us a significant improvement in performance.
Here is the list of steps to setup docker with this project.
Make sure you have docker and docker-compose installed
docker-compose up -d