You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project: Chattingo β Real-time Chat App (React + Spring Boot)
Owner: Tanvir Mulla
This repo contains a complete CI/CD deployment plan using Jenkins, Docker, DockerHub, and Hostinger VPS, with atomic blue/green-style release swap and automatic rollback.
Use __BUILD_ID__ placeholder β replaced in Dockerfile for cache busting
Jenkins cannot SSH
Wrong credentials
Add correct SSH private key in Jenkins credentials (vps-ssh)
π οΈ Troubleshooting Quick Commands
Command
Purpose
sudo docker ps
List running containers
sudo docker compose logs -f
View logs
sudo docker compose up -d --build --remove-orphans
Rebuild containers
docker network ls
Verify Docker networks
docker exec -it <container> bash
Access container for debug
About
π Chattingo β DevOps Deployment Guide is a real-time chat application (React + Spring Boot) with a complete CI/CD setup. This repo shows how to containerize the app with Docker, push images to DockerHub, and deploy on Hostinger VPS using Jenkins pipelines. It also includes a blue/green release strategy with automatic rollback.