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

Dockerize the Project! #7

Open
are021 opened this issue Sep 21, 2024 · 0 comments
Open

Dockerize the Project! #7

are021 opened this issue Sep 21, 2024 · 0 comments
Assignees
Labels
CI/CD Deployment and Devops Stuff enhancement New feature or request

Comments

@are021
Copy link
Owner

are021 commented Sep 21, 2024

The project consists of two separate services:

A Node.js server handling WebSocket communication between clients.
A Python backend, possibly handling AI-related tasks or data processing.
To streamline the development and deployment process, we will create a single Dockerfile that sets up both environments. This will make it easier for any developer or system to run the project by using Docker, avoiding issues related to different system configurations.

Objective:

Create a Dockerfile that builds and runs both the Node.js and Python components of the project.
Optionally, use Docker Compose to manage both services more cleanly.

@are021 are021 added enhancement New feature or request CI/CD Deployment and Devops Stuff labels Sep 21, 2024
@are021 are021 self-assigned this Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Deployment and Devops Stuff enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant