Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 397 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 397 Bytes

Getting started

Run mysql container in development enviroment

sh docker-compose up -d

## Run it in production enviroment
```sh```
cp .env.dev .env.production
docker-compose -f docker-compose.prod.yml up -d

Backup your databases

sh

Ensure you have docker-machine installed

eval "$(docker-machine env your_machine_name)" ./backup-all-db.sh ./backup-db.sh db_name