Blagoja95 / job-board-web-app

Job board web app made with ReactJS, TailwindCSS and JAVA EE. Running back-end on Tomcat and storing data using MySQL RDBMS and administering it using phpMyAdmin. All parts containerized using Docker together with docker compose tool to handle all images, containers and other configurations.
0 stars 1 forks source link

Docker compose #69

Closed Blagoja95 closed 4 months ago

Blagoja95 commented 9 months ago

Multiple containers are running with common network, their own environment properties and etc, so handling them requires some tool like docker compose

Better / more automated way of handling containers is need now when 3 active containers are used.

Assets:

https://docker-curriculum.com/#docker-compose

Blagoja95 commented 7 months ago

https://www.baeldung.com/ops/docker-compose

Blagoja95 commented 7 months ago

hot reload react nodejs container https://1kevinson.com/how-to-dockerize-your-react-application/

Blagoja95 commented 4 months ago

Donw