/devops_practice_vuejs_ansible

Abandoned practice repo for various random Vue.js and Ansible stuff

Primary LanguageJavaScriptMIT LicenseMIT

DevOps Practice - Vue.js and Ansible deploy

Operations Hello World.

Website: upfeat.ibiscybernetics.com

Building the docker images locally and using them

To build the docker images:

git clone https://github.com/rbisewski/devops_practice_upfeat
cd devops_practice_upfeat
docker build -t upfeat-devops-app:latest ./app
docker-compose up -d

Setting up the images

Deploy the docker instances to the GCP cloud VM:

ansible-playbook -K ansible/deploy-operations-hello-world.yml