-
Notifications
You must be signed in to change notification settings - Fork 376
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
Volumes in Docker #509
Comments
I've already made some changes locally that have comments in bold. See the docker file below. Some doubts: 1° Is it possible to change the script webvirtcloud/conf/runit/secret_generator.py not to generate keys that have quotes? 2° Is it possible to run the container with a non-root user?
# Modified Now
# Define mountable directories.
|
"1° Is it possible to change the script webvirtcloud/conf/runit/secret_generator.py not to generate keys that have quotes?"
we especially did not automate settings.py modification. some user may want to use mysql/postgresql instead of "db.sqlite3"... |
This question can be closed. I'll try the tip in the link to see if it's possible to use a non-root user: Thanks for changing the script webvirtcloud/conf/runit/secret_generator.py. |
I found the link below on how to create volumes for webvirtcloud:
https://www.nodinrogers.com/post/2021-12-30-webvirtcloud-in-a-docker-container/
Is this the best way to create volumes in a production environment?
The text was updated successfully, but these errors were encountered: