-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
[Devops] Provide docker compose files with all needed deps #269
Comments
I'd like to work on this if possible Could you provide a bit more context on the requirements? |
@mirceachira sorry, I somehow missed your question :/ Yes, for now we only need a docker-compose for development. It should start a mssql server instance, import db test data and start the backend app from the image on docker-hub (implemented here #270). I have also added some test db data here: https://github.com/code4romania/monitorizare-vot/tree/develop/docs/dummy-db-data Please let me know if you need more info :D Thanks! |
@mirceachira Are you still working on this issue, or is it available? |
@GabrielMajeri if you can pick it up and it's ok with @aniri then please go-ahead |
Hey @GabrielMajeri & @mirceachira thanks for your interest in this issue 😃 It is not urgent, but a nice to have. So if any of you can handle it, it would be great. You can decide which one picks it up :) |
I'm first trying to clarify the details of this issue, to make sure I understand what we're implementing :)
|
hey @GabrielMajeri
|
run db server
run backend app
test data should also be provided on init db
Use the setup for expert consultation project as an example for desired setup: https://github.com/code4romania/expert-consultation-api/blob/develop/etc/docker/README.md
The text was updated successfully, but these errors were encountered: