You are viewing a single comment's thread from:
RE: Hivemind Easy Deployment With hivemind-docker
Thank you very much for your contribution! I especially like your quote "An elephant and a whale can be friends" - LOL
- It might be useful to have a wizard during installation so that we can answer questions and be prepared.
- Can the risks of exposing Postgre password e.g. $POSTGRES_PASSWORD in the environment variable be mitigated?
- I supsect that these scripts require sudo permissions anyway, so probably you don't need to manually add sudo before some of the commands.
+1 great work for using Docker (containerisation) !
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Chat with us on Discord.
chmod 700 .env
for added security (I'll add that to the readme). I implemented a $POSTGRES_PASSWORD variable to avoid being prompted for the password every time you want to query the database.Thank you for your review, @justyy! Keep up the good work!