michaelKurowski / lokim2

An internet messenger that cares about privacy.
4 stars 0 forks source link

Set up docker images for local mongo, cypress and smtp #177

Open michaelKurowski opened 5 years ago

michaelKurowski commented 5 years ago

Is your feature request related to a problem? Please describe. Due to growing amount of services that LokIM utilizes, it would be nice to be able to run these dependencies from docker.

Describe the solution you'd like Set up a docker containers for mongodb, cypress and basic smtp server. These services are supposed to be only for testing purposes.

After the PR will be merged, I'll perform a videocourse over hangouts about docker for us.

Describe alternatives you've considered N/A

User story Developer should be able to run lokIM without filling config so often. There should be a default docker containers that will run together with LokIM, and default LokIM config should point at localhost.

Additional context We can use same images, as we do on CI.