balzack / databag

fast & lightweight self-hosted messenger
Apache License 2.0
794 stars 44 forks source link

Docker Developer environment #94

Open lil5 opened 2 months ago

lil5 commented 2 months ago

In my experience possible contributors are most likely to help if theres a docker-compose.dev.yml waiting to run and deal with the entire dev environment.

balzack commented 2 months ago

Currently, I use an environment var DEV=1, and then run the script dev_setup.sh, but I'm happy to support a more standard approach.

I will add it today, thanks for the suggestion!