Sign inSign up

leduc2005/telegramclone

By leduc2005

Updated about 2 months ago

A real-time messaging and chat platform backend (Telegram Clone) built with Spring Boot.

Image
Languages & frameworks
0

141

leduc2005/telegramclone repository overview

TelegramClone Backend

Docker image for the TelegramClone Backend, a real-time messaging platform built with Spring Boot 3.5 and Java 21.

Features

  • Real-time messaging with WebSocket + STOMP
  • JWT authentication
  • PostgreSQL for persistent storage
  • Redis for caching and user presence
  • Dockerized for deployment

Usage

Pull the latest image:

docker pull leduc20051409/telegramclone:latest

Note: This image is not intended to run as a standalone container. It depends on PostgreSQL and Redis services and is designed to be deployed using the Docker Compose configuration provided in the GitHub repository.

Available Tags

  • latest – Latest build
  • <commit-sha> – Image built from a specific Git commit

Source Code

GitHub Repository:

https://github.com/leduc20051409/TelegramClone

This image is automatically built and published through GitHub Actions.

Tag summary

Content type

Image

Digest

sha256:e3abf9572

Size

277.4 MB

Last updated

about 2 months ago

docker pull leduc2005/telegramclone