-
Notifications
You must be signed in to change notification settings - Fork 12
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
Introduction of Docker compose #12
Comments
That's a good idea! |
Hi I had a confusion. Are we creating docker-compose.yml for development purpose? Like we hit docker compose up and all services start with hot reloading enabled? If yes I guess we should write a new Dockerfile.yml for the both frontend and backend.The pre-written docker images are mainly for kubernetes deployment. What I personally feel for local development, adding a simple script which starts first volcano, then both frontend and backend should be more efficient with properly written README would be better. Do tell me your thoughts |
I am making it specifically for local dev also and prod also ...industry practice is to have both in repos . |
Oh I get it, instead of deploying the docker images in k8s using volcano-dashboard.yaml, it will run individually started using docker-compose for PROD. |
The dashaboard uses |
Description
Enhance the project by introducing Docker Compose to simplify service orchestration and deployment. This will allow contributors and users to set up the development environment more easily with a single command.
Expected Outcome
docker-compose up
should start all required services seamlessly.The text was updated successfully, but these errors were encountered: