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 Support with Dockerfile and Docker Compose #9

Merged
merged 4 commits into from
Nov 26, 2024

Conversation

resilientbd
Copy link

@resilientbd resilientbd commented Sep 5, 2024

This pull request addresses Issue #8 by adding Docker support to the project. The following updates have been made:

Dockerfile: Added to define the build and runtime environment for the application.
docker-compose.yml: Added to manage the container and map external port 8080 to internal port 8080.
Build Configuration: Updated to produce a runnable JAR file compatible with the Docker setup.
Screenshots:

Docker Console Output - 1
Docker Console Output - 2
Run Instructions:

Clone the project and navigate to the webrtc-backend directory.
Execute docker-compose up -d --build to build and start the Docker container.
Note: Docker and Docker Compose must be installed. This setup has been tested on Windows, Linux, and Mac Intel.

This addition will enhance the development environment and streamline deployment processes. Please review and let me know if further changes are required.

Thank you for considering this contribution!

Best regards,
Sk. Faisal

Copy link
Contributor

@skydoves skydoves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thank you so much for your contribution :)

@skydoves skydoves merged commit 7de0968 into GetStream:main Nov 26, 2024
1 check 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.

2 participants