In the release
archive and all custom builds, there is a .env file with configuration
options for CompreFace. For production systems, we recommend looking
through them and set up CompreFace accordingly
registry- this is the docker hub registry. For release and pre-build images, it should be set toexadel/valuepostgres_password- password for Postgres database. It should be changed for production systems from the default value.postgres_domain- the domain where Postgres database is runpostgres_port- Postgres database portenable_email_server- if true, it enables email verification for users. You should set email_host, email_username, and email_password variables for the correct work.email_host- a host of the email provider. It should be set if theenable_email_servervariable is trueemail_username- a username of email provider for authentication. It should be set if theenable_email_servervariable is trueemail_password- a password of the email provider for authentication. It should be set if theenable_email_servervariable is trueemail_from- this value reads users in thefromfields when they receive emails from CompreFace. Corresponds toFromfield in rfc2822. Optional, if not set, thenemail_usernameis used insteadsave_images_to_db- should the CompreFace save photos to the database. Be careful, migrations could be run only if this value istrue. Doesn't work in 0.6.0 and 0.6.1 version, please use 0.5.1 version or >0.6.1 version insteadcompreface_api_java_options- java options of compreface-api containercompreface_admin_java_options- java options of compreface-admin containerADMIN_VERSION- docker image tag of the compreface-admin containerAPI_VERSION- docker image tag of the compreface-api containerFE_VERSION- docker image tag of the compreface-fe containerCORE_VERSION- docker image tag of the compreface-core container