RadicalxChange / rxc-voice

An app for decentralized democratic governance.
https://voice.radicalxchange.org/
Other
42 stars 14 forks source link

separate docker scripts between frontend and backend #50

Open whatSocks opened 3 years ago

whatSocks commented 3 years ago

Consider having separate docker scripts for the frontend and backend of voice?

If I accidentally run this twice (following the readme mindlessly) it seems to kill the frontend part and the easiest path is to nuke the whole thing and start over:

docker-compose -f docker-compose-voice.yml up --build

This situation is obviously user error on my part