-
Notifications
You must be signed in to change notification settings - Fork 3
docs: re-write the docker setup #10
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
base: master
Are you sure you want to change the base?
docs: re-write the docker setup #10
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@mchev, if you have time, could you check the docs and see if I missed anything? Thank you. |
... | ||
environment: | ||
## Set your database password | ||
- XXX_PASSWORD=somepass # Where XXX is the Database Type of your choice. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be give examples SQLITE_PASSWORD
etc. Idk well the docker part but why not DB_PASSWORD
too ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Different Docker images use different environment variables, just like our own IS image. The MySQL image specifically requires the password environment variable to be set to MYSQL_PASSWORD
, while the PostgreSQL image requires POSTGRES_PASSWORD
.
Does our SQLite database have a password? Since the DB is stored locally in the project root and not encrypted by a password, I thought we only provided a path; I can update the doc if that's not the case.
closes #6
closes #9
end result should look like this: