/base-vue-docker

VueCli Dockerized with NGNIX for future implmendation of Lets'encrypt

Primary LanguageVue

Dockerized VueCli

This project is a regular VUE project for future implementation on AWS Kubernets Instance and need to set compatible with Lets'encrypt, this demand require a Nginx container for proxy port 80 and 443 (With SSL/TLS) to 8080 of VUE

Project setup

Clone this repo and proceed...

cd this_project

Run docker-compose

docker-composer up --build -d

Now proceed with npmfo know your app container name run docker ps

docker exec -it this_project_app_1 npm install
docker-compose up --force-recreate -d app

Customize configuration

See Configuration Reference.