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

Make docker containers #39

Closed Blagoja95 closed 11 months ago

Blagoja95 commented 1 year ago

Frontend:

Web server:

DB server:

Docker Compose:

Blagoja95 commented 11 months ago

All images are created. Containers can't for now communicate with each other. New bash script for Docker Network will be created in PR #59.

Blagoja95 commented 11 months ago

Because this app use multiple containers Docker Compose should be used.