Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Docker Compose Support #35

Merged
merged 4 commits into from
Aug 3, 2024

Conversation

benjisho
Copy link
Contributor

Summary

This pull request adds Docker Compose support to the ExtAnalysis project and updates the README with relevant instructions for using Docker and Docker Compose.

Changes

  1. Added docker-compose.yml to simplify the setup and running of ExtAnalysis using Docker Compose.
  2. Updated the README with:
    • New Docker Compose section under "Docker Usage".
    • Detailed instructions on building and running the application using Docker and Docker Compose.

Motivation

Adding Docker Compose support allows users to set up and run ExtAnalysis using a compose.

Testing

  • Run docker compose up --build
  • Run docker-compose run --rm --build -it -p 13337:13337 extanalysis -h 0.0.0.0.

Additional Notes

  • Ensure you have Docker and Docker Compose installed before following the instructions in the updated README.

@Tuhinshubhra Tuhinshubhra merged commit 8ade4cb into Tuhinshubhra:master Aug 3, 2024
@Tuhinshubhra
Copy link
Owner

@benjisho Thanks for the PR :)
merged.

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.

2 participants