flow-pie/chamaa.api

Container orchestration (Docker Compose / Kubernetes later)

Open

#69 ouverte le 9 nov. 2025

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)HTML (4 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (3 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

Setup containerization using Docker for the entire application stack.

Requirements:

  • Create Dockerfile for Node.js backend
  • Create docker-compose.yml for multi-container setup (API, DB, Redis, etc.)
  • Add .dockerignore file
  • Configure environment-specific docker-compose files
  • Add health checks in container configurations
  • Document container setup and running instructions

Deliverables:

  • Dockerfile for backend
  • docker-compose.yml with all services
  • .dockerignore file
  • README with container setup instructions
  • Verified builds and running containers

Guide contributeur