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
Raw File
package.json
{
  "name": "cvat-docs",
  "version": "0.0.1",
  "description": "Hugo dependencies that should be installed separately",
  "main": "none.js",
  "dependencies": {},
  "devDependencies": {
    "autoprefixer": "^10.2.5",
    "postcss-cli": "^8.3.1",
    "postcss": "^8.4.31"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cvat-ai/cvat.git"
  },
  "author": "CVAT.ai",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cvat-ai/cvat/issues"
  },
  "homepage": "https://github.com/cvat-ai/cvat#readme"
}
back to top