You are viewing a single comment's thread from:
RE: Hivemind Easy Deployment With hivemind-docker
- Maybe in a future update.
- You can
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. - sudo has a timeout of 15min, so it's good to have it where needed, especially in the entrypoint.sh script, which addresses the postgres permission problems when trying to make it work in docker.