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

Feature Request: Add Dockerfile and Docker Compose #1091

Open
khouahabi opened this issue Jan 9, 2025 · 1 comment
Open

Feature Request: Add Dockerfile and Docker Compose #1091

khouahabi opened this issue Jan 9, 2025 · 1 comment
Labels
area/install Installation issue

Comments

@khouahabi
Copy link

It would be great if the repository could include a Dockerfile and a docker-compose.yml file to allow easy containerization and orchestration of the project.

Suggested Changes:

  • Add a Dockerfile for building the application container.
  • Add a docker-compose.yml file to manage multi-container setups if needed (e.g., for databases or additional services).

This would greatly help those who want to run this project in Docker environments.

Thank you for considering this request!

@gabriel-tessier gabriel-tessier added the area/install Installation issue label Jan 13, 2025
@gabriel-tessier
Copy link
Collaborator

Hi @khouahabi,

There's already a docker file here:

https://github.com/mingrammer/diagrams/tree/master/docker/dev

and a documentation on how to run it here:

https://github.com/mingrammer/diagrams/blob/master/DEVELOPMENT.md

Is it what you were looking for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/install Installation issue
Projects
None yet
Development

No branches or pull requests

2 participants