feat: Add Docker Compose configuration and CI/CD pipeline#1
Merged
AhmedKorim merged 3 commits intodevelopfrom Nov 18, 2025
Merged
feat: Add Docker Compose configuration and CI/CD pipeline#1AhmedKorim merged 3 commits intodevelopfrom
AhmedKorim merged 3 commits intodevelopfrom
Conversation
- Add Dockerfile for containerized deployment - Add Docker Compose configuration with environment variables - Add .env file with DFX_MATH_EXE_ prefixed variables - Add GitHub Actions workflow for automated Docker builds - Add security scanning workflow for vulnerability detection - Update README with Docker Compose setup instructions - Add comprehensive CI/CD documentation - Support multi-platform builds (AMD64/ARM64) - Add automated testing and deployment to GHCR
- Fix Dockerfile curl installation typo - Add proper permissions for private registry access - Add image verification step after publishing - Remove Docker Hub section to focus on GHCR - Add private registry authentication instructions - Add required permissions documentation - Ensure provenance and SBOM for private images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds comprehensive Docker Compose configuration and CI/CD pipeline for the Droq Math Executor Node.
Changes
Key Features
DFX_MATH_EXE_prefix to avoid conflictsEnvironment Variables
DFX_MATH_EXE_HOST_PORT: Host port mapping (default: 8003)DFX_MATH_EXE_CONTAINER_PORT: Container port (default: 8003)DFX_MATH_EXE_HOST: Host binding (default: 0.0.0.0)DFX_MATH_EXE_LOG_LEVEL: Logging level (default: INFO)DFX_MATH_EXE_CONTAINER_NAME: Container name (default: droq-math-executor-node)Test Plan