Skip to content

DevOps Practice. SpringBoot based project. Dockerfile, Docker Compose, Jenkins piple file, Github Actions

Notifications You must be signed in to change notification settings

jahanzeb-j/DevOps

Repository files navigation

DevOps

██████╗ ███████╗██╗   ██╗ ██████╗  ██████╗ ███████╗
██╔══██╗██╔════╝██║   ██║ ██╔═══██╗██╔══██╗██╔════╝
██║  ██║█████╗  ██║   ██║ ██║   ██║██████╔╝███████╗
██║  ██║██╔══╝  ╚██╗ ██╔╝ ██║   ██║██╔═══╝ ╚════██║
██████╔╝███████╗ ╚████╔╝  ╚██████╔╝██║     ███████║
╚═════╝ ╚══════╝  ╚═══╝    ╚═════╝ ╚═╝     ╚══════╝

DevOps Practice

  • Jenkins [✔]
  • Docker [✔]
  • Swagger [✔]
  • Docker Compose [✔]
  • Auto Deploy [✔]
  • Testing [✖]

Run Docker Compose

docker compose up

Stop Containers

docker compose down

Build docker image

 docker build -t="devops-image" .

Run Image

docker run -p 9090:9090 -t -d devops-image
docker ps

Jenkins Pipeline

JenkinsFile

About

DevOps Practice. SpringBoot based project. Dockerfile, Docker Compose, Jenkins piple file, Github Actions

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published