Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommended volumes for nodeodm and webodm #776

Open
gotjoshua opened this issue Dec 14, 2019 · 1 comment
Open

Recommended volumes for nodeodm and webodm #776

gotjoshua opened this issue Dec 14, 2019 · 1 comment

Comments

@gotjoshua
Copy link

What's your browser and operating system?

Chrome 79 on macOS (High Sierra)

What is the problem?

docker-compose example (as of now) does not include any volumes for nodeodm, and the docs (on nodeodm) mention /mnt/external_hd:/var/www/data but do not mention about /var/www/tmp which also has a tendency to

What should be the expected behavior?

I suggest:

volumes:
      - /<partition-with-plenty-of-space>/odm/node1data:/var/www/data
      - /<partition-with-plenty-of-space>/odm/node1tmp:/var/www/tmp

How can we reproduce this?

Its a docs and example file issue - you can have a look at the in line links above to see what i refer to.

@pierotofy
Copy link
Member

We could add a --node-dir flag similarly to --media-dir and --db-dir that allows users to specify a location for mounting those two directories. I'd welcome a PR for that, noting that there might be some issues making it work with the --default-nodes flag when that flag is set to > 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants