Revision 08550f8d5f1fc93445dc02e91dc6d3718c36745a authored by Roman Donchenko on 26 October 2023, 06:44:35 UTC, committed by GitHub on 26 October 2023, 06:44:35 UTC
This would help users who don't want or need the complexity of
Kubernetes, but would still like to use an external database.

With Docker Compose, you can initialize a secret from an environment
variable, but you can't load a secret _into_ an environment variable. So
in order to be able to read the DB password from a secret, I had to
introduce a new `CVAT_POSTGRES_PASSWORD_FILE` variable.
1 parent 57dffae
History
File Mode Size
assets
content
i18n
layouts
static
templates
themes
README.md -rw-r--r-- 2.9 KB
build_docs.py -rwxr-xr-x 3.5 KB
config.toml -rw-r--r-- 7.0 KB
package-lock.json -rw-r--r-- 62.1 KB
package.json -rw-r--r-- 541 bytes
process_sdk_docs.py -rwxr-xr-x 8.7 KB
requirements.txt -rw-r--r-- 73 bytes

README.md

back to top