In this I have setup:
- Docker for development.
- Docker for production.
- Serve vuejs builded code using expressjs in production.
- Serve express using pm2 package.
- Mongodb connection.
It is ready for starting development
-
copy
.env.exampleto.envand rundocker-compose build && docker-compose up -d -
Run
docker psto know what container is running on which port.
- Make sure you have added
DB_USERandDB_PASSin.envfile
docker-compose -f docker-compose.prod.yml build && docker-compose -f docker-compose.prod.yml up -d
Contribution are alwasy welcome! Please read the contribution guidelines first.
- Fork this project to your personal account.
- Create your feature branch
git checkout -b feature/foo. - Commit your changes
git commit -am 'Add some foo. - Push to the branch
git push origin feature/foo. - Create a new Pull Request.
The theme is available as open source under the terms of the MIT License.