hiyaryan / the-cdj

The Cognitive Distortion Journal (CDJ) is a smart journaling tool that helps remedy distorted thinking. It can feel impossible to follow the CBT technique of labeling distorted thinking and finding alternative modes of thought (i.e. reframing) while cognitive distortions are occurring. The CDJ does that work for you. -- The CDJ is in beta testing!!
https://thecdj.app
2 stars 0 forks source link

150 containerize the cdj #153

Open davidzlu opened 1 week ago

davidzlu commented 1 week ago

Added support for creating Docker images of CDJ frontend and backend, and for running application in containers in developer environment.

This will allow for faster dev setup and contribution.

I used docker init to create the initial files, and modified them as necessary.

Testing was done by cloning the branch to and following the README.Docker.md instructions step by step.

davidzlu commented 1 week ago

Latest commit deploys mongodb as replica set with single instance, and has another container initiate it. This appears to allow deletes now.