Skip to content

Singulus2/docker-vuejs-springboot-app-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BCH compliance

docker-vuejs-springboot-app-example

simple application with vue js spring boot and docker (docker-compose).

  • To run the app just run:
  • docker-compose build: - Generate backend image. docker-compose file will execute the backend docker file. I used a multi-stage docker image. Indeed spring boot app jar file will be built in first docker image and runned in second docker image. - generate front end image. docker-compose file will execute front end docker file and built font end image
  • docker-compose up: - postgres docker image will be donwloded from docker hub. postgres db container will be built. - back end container will be built. - front end container will be built.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 32.8%
  • Java 31.2%
  • HTML 22.2%
  • Dockerfile 8.5%
  • Vue 4.2%
  • SCSS 1.1%