DEV Community

Cover image for How to Deploy a Multi-Container React.js and Node.js Application With Docker Compose

How to Deploy a Multi-Container React.js and Node.js Application With Docker Compose

Bravin Wasike on July 19, 2023

Docker Compose is a powerful Docker tool for developing and running multi-container Dockerized applications. Docker is an open-source platform for ...
Collapse
 
stevereid profile image
Steve Reid

A good article.
I feel that it would've been a great article if it had also encompassed use environment variables within this setup as it can be a bit of a gotcha.

Collapse
 
bravinsimiyu profile image
Bravin Wasike

Yeah- that's a great idea.

Collapse
 
monfernape profile image
Usman Khalil

This is an amazing write-up. Very easy to consume

Collapse
 
bravinsimiyu profile image
Bravin Wasike

Thanks for reading.

Collapse
 
onlinemsr profile image
Raja MSR

Thank you for this informative and helpful blog post. I learned a lot from your clear and detailed explanation of how to deploy a multi-container ReactJS and NodeJS application with Docker Compose.

Collapse
 
bravinsimiyu profile image
Bravin Wasike

Thanks for reading.

Collapse
 
lyaaaa profile image
lyaaaa

Why not use nginx as a proxy when building React.js Docker?

Collapse
 
davboy profile image
Daithi O’Baoill

Nice post, thank you.

Collapse
 
caritop11 profile image
caritop11

this is interesting

Collapse
 
bravinsimiyu profile image
Bravin Wasike

Thanks for reading.

Collapse
 
mrzaizai2k profile image
Mai Chi Bao

What if I want to connect front end and backend through docker network, How Can I use IP a adress in axios