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

Docker Driven Developement #103

Open
LaxminarayanaV7416 opened this issue Feb 29, 2024 · 0 comments · May be fixed by #107
Open

Docker Driven Developement #103

LaxminarayanaV7416 opened this issue Feb 29, 2024 · 0 comments · May be fixed by #107
Labels

Comments

@LaxminarayanaV7416
Copy link

Is this task related to a feature or a bug? Please include relevant issue numbers below.

This task is related to implementation of feature that could ease alot of works the upsides are stated below.

  • Implementing docker could really eases the deployment of the application.
  • New developer will need to stress himself much in installing the Postgres SQL server and run the migration scripts to create all base starters for the application to be up and running, he just need to spin up the containers and keep them alive till he continue to work.

Describe the solution you'd like

Developing a docker compose file which starts all the three servers (Flask, Postgres and React) and create an isolated network that communicates among them selves and exposes few ports which we could access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

Successfully merging a pull request may close this issue.

3 participants