Skip to content

Implemented docker-compose orchestration for Fluxora-Backend#107

Merged
Jagadeeshftw merged 2 commits intoFluxora-Org:mainfrom
Adedayo-Data:main
Mar 31, 2026
Merged

Implemented docker-compose orchestration for Fluxora-Backend#107
Jagadeeshftw merged 2 commits intoFluxora-Org:mainfrom
Adedayo-Data:main

Conversation

@Adedayo-Data
Copy link
Copy Markdown
Contributor

Description

This PR introduces an operator-grade Docker Compose configuration for Fluxora-Backend, orchestrating the HTTP service, Postgres for chain-derived data, and Redis for caching. It establishes predictable environment behavior and failure handling.

Changes

  • Created docker-compose.yml with App, Postgres, and Redis services.
  • Defined explicit trust boundaries for anonymous, partner, and admin roles.
  • Implemented health checks and failure modes (e.g., handling DB/Stellar RPC outages).
  • Added logging and observability notes to assist operators with incident diagnosis.

closes #31

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 29, 2026

@Adedayo-Data Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Jagadeeshftw Jagadeeshftw merged commit 753466f into Fluxora-Org:main Mar 31, 2026
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.

docker-compose: app + postgres (+ redis optional)

2 participants