Simple local dev environment with Docker and other things
- Download and install Docker with Docker Compose
- Clone repo into directory where you want to store your project.
- Create your own .env file from .env.example and set it parameters
- Clone or place your sources to application directory
- Comment services that you don't want to use in docker-compose.yml
- Start your containers with docker-compose up
- Just use ;)
Pull requests are welcome