Skip to content

Add Docker containerization and local compose stack - #6

Merged
Sheulydsp merged 1 commit into
mainfrom
feature/docker-containerization
Aug 25, 2026
Merged

Sheulydsp merged 1 commit into
mainfrom
feature/docker-containerization

Conversation

@Sheulydsp

Copy link
Copy Markdown
Owner

What changed

  • Added a multi-stage .NET 10 Dockerfile
  • Added .dockerignore
  • Added Docker Compose configuration for the API and PostgreSQL
  • Added PostgreSQL health checks
  • Configured Docker networking between the API and PostgreSQL
  • Configured Docker-specific JWT and database settings

Validation

  • Docker image builds successfully
  • PostgreSQL container starts and becomes healthy
  • EF Core migrations execute successfully
  • API starts successfully in Docker
  • /api/reliability/health returns HTTP 200
  • 40/40 automated tests pass

@Sheulydsp
Sheulydsp merged commit 9ccee8a into main Aug 25, 2026
2 checks passed
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.

1 participant