Skip to content

feat: added docker support for backend#19

Merged
SHIVAM-KUMAR-59 merged 1 commit into
mainfrom
feat/dockerize-backend
Jun 19, 2026
Merged

feat: added docker support for backend#19
SHIVAM-KUMAR-59 merged 1 commit into
mainfrom
feat/dockerize-backend

Conversation

@SHIVAM-KUMAR-59

Copy link
Copy Markdown
Owner

Description

Dockerized the backend service and added a complete local development environment using Docker Compose.

This setup includes:

  • Multi-stage Docker build for the backend service
  • PostgreSQL and Redis containers
  • Container networking between backend, database, and Redis
  • Environment variable support through production environment configuration
  • Prisma client generation and database schema synchronization inside containers
  • Documentation updates for running the backend with Docker

Fixes #10

Type of Change

  • New feature

How Has This Been Tested?

Verified the Dockerized setup locally by:

  • Building the backend image successfully

  • Starting PostgreSQL, Redis, and backend containers using Docker Compose

  • Confirming database connectivity and Prisma schema synchronization

  • Confirming Redis connectivity from the backend container

  • Verifying environment variables are loaded correctly

  • Testing API endpoints after container startup

  • Existing tests pass

  • Manual testing

Screenshots (if applicable)

N/A

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review
  • I have added/updated documentation as needed
  • My changes generate no new warnings
  • Tests pass locally

@gitguardian

gitguardian Bot commented Jun 19, 2026

Copy link
Copy Markdown

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
While these secrets were previously flagged, we no longer have a reference to the
specific commits where they were detected. Once a secret has been leaked into a git
repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@SHIVAM-KUMAR-59
SHIVAM-KUMAR-59 force-pushed the feat/dockerize-backend branch from 5f5bf09 to c39a713 Compare June 19, 2026 13:26
@SHIVAM-KUMAR-59
SHIVAM-KUMAR-59 merged commit 2728b94 into main Jun 19, 2026
8 checks passed
@SHIVAM-KUMAR-59
SHIVAM-KUMAR-59 deleted the feat/dockerize-backend branch June 19, 2026 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Dockerize the backend service

1 participant