Skip to content

tabarak23/eks-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VProfile – Local Setup (Docker)

This project runs a 3-tier Java application (Nginx + Tomcat + MySQL) using Docker Compose.

Prerequisites

Docker ≥ 20.x

Docker Compose v2

step 1)Clone the repository
git clone https://github.com/tabarak23/eks-java.git
cd eks-java

Step 2) Build Docker images

image alt

command = docker compose build

Step 3) Start the application

image alt

command = docker compose up -d

Step 4) Access the Application

image alt

http:://localhost:8080

Step 5) Stop & Clean Up

image alt

command = docker compose down

Notes

(i)Application containers run as non-root users

(ii)Images are production-ready and Kubernetes/EKS compatible

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors