How to use Docker to dockerize a Spring Boot application, React app, NginX proxy | Docker Compose

preview_player
Показать описание
In this step by step tutorial we are going to dockerize the Spring Boot Java application along with a React application and NginX proxy. We are going to create a docker-compose file and set up NginX proxy as well. Finally we are going to run our front-end React application, back-end Spring Boot application (with Jersey REST API), and NginX proxy inside docker containers with only one command.

00:00 - Intro
00:48 - Downloading git repositories
01:21 - Testing the back-end Spring Boot application
03:02 - Check the React front-end application
04:37 - Testing FE and BE together
05:49 - Check the Dockerfiles of FE and BE
06:52 - Setup NginX proxy
08:11 - Running Docker compose to start FE and BE, NginX together
09:58 - Testing the full stack application in the browser

You can download the Spring Boot application from this repository:

------------------------------

Welcome to Codeching channel!

My name is László Leber

Рекомендации по теме
Комментарии
Автор

Frontend não está sendo servido pelo nginx ele só está subindo o front e acessando ele direto na 3000 ¬¬'

jadercarvalhojc