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 application for development environment #122

Open
ghost opened this issue Jan 3, 2023 · 1 comment
Open

Dockerize application for development environment #122

ghost opened this issue Jan 3, 2023 · 1 comment
Labels
blocked On hold due to a dependency or external condition.

Comments

@ghost
Copy link

ghost commented Jan 3, 2023

WHAT

  • Setup Dockerfile(s) and docker-compose.yml(s) for backend, frontend, and database (only for development, not production)

WHY

  • Automates the installation, setup, and configuration of project environment
  • Allows for easy local database setup

HOW

  • Create Dockerfile, dev-docker-compose.yml, and .dockerignore files
  • Create root package.json file to provide script commands for running docker-compose commands

TEST

  • TODO: Include the necessary commands to run to test out if application was successfully dockerized
@lugenx
Copy link
Owner

lugenx commented Jan 4, 2023

thanks for your suggestion to dockerize the app for development, and appreciate your willingness to work on this, but currently, not sure whether or not to dockerize the app. i know it could solve a lot of issues in the future, but concerned that adding docker support could add more complexity. will definitely keep your suggestion in mind and may revisit this issue. i will comment here if decided. thanks again for your contribution!

@lugenx lugenx added the blocked On hold due to a dependency or external condition. label Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked On hold due to a dependency or external condition.
Projects
None yet
Development

No branches or pull requests

1 participant