-
Notifications
You must be signed in to change notification settings - Fork 8
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
Server dockerization #121
Comments
I’ll grab this one for y’all if you’re open to it! ❤️ Would Devcontainers be solid, or are y’all thinking just Docker Compose + Docker? |
.take |
Thanks for taking this issue! Let us know if you have any questions! |
I'm working on the https://github.com/adalundhe/incubation-dcx/tree/AL-add-devcontainer-env Should have a draft PR up shortly. ❤ Let me know if there's anything additional we'd like in the NodeJS devcontainer - for now it's a relatively complete version of the usual Devcontainer I use for my own projects minus unecessary fluff like the |
worddd this is looking good ❤ appreciate you, Ada!!! |
PR is up here! Let me know if there's anything y'all run into in testing or any tweaks y'all would like (preference or otherwise)! I'm happy to do it all! ❤ |
WHOOOOOOOO! thank you @adalundhe! |
@adalundhe thank you so much for this PR! Well done! |
Completed by #146 |
To enable easy local development, it would be ideal to include dockerfiles and a docker-compose file in the server package. The goal is to containerize the whole stack (issuer and applicant servers) as well as a local dwn so users could easily install the server package, run the docker stack and develop locally against that.
The text was updated successfully, but these errors were encountered: