-
Notifications
You must be signed in to change notification settings - Fork 133
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 support #18
Comments
I think it would be nice to also add docker support for development purposes. We currently require MSSQL Server or Express installed locally on the machine to be able to work on the project. While this might be OK for devs on Windows, it is a bit painful to get this going in Linux or MacOS. Some may also not want to install full fledge server on local machine. It would be nice to containerize this in docker to help us get us going quickly. Proposed Solution
@amoraitis If you agree with the proposed solution, I can get started on this. |
Hi @kebin , as you can see we already support docker. This issue is left open on purpose, because we want to continue adding docker support as the project expands. If you like, you can fork from branch: |
@amoraitis Thanks for the comment! The issue with the current docker-compose file is that:
My proposal is to create a compose file that aids during development. i.e as a developer I'd run the compose file to setup and bring up the infrastructure quickly. This enables us to focus mostly on application code, run in any environment(dev, release, debug) etc. |
It would be nice to create a Dockerfile for this project
The text was updated successfully, but these errors were encountered: