update repository references and improve script handling

This commit is contained in:
2025-03-19 20:36:36 +01:00
parent 51b0252b0e
commit 1d90749486
160 changed files with 14361 additions and 18 deletions

30
compreface/config.json Executable file
View File

@@ -0,0 +1,30 @@
{
"name": "Exadel CompreFace",
"version": "1.1.0",
"url": "https://github.com/exadel-inc/CompreFace",
"slug": "compreface",
"description": "Exadel CompreFace is a leading free and open-source face recognition system",
"arch": ["amd64"],
"startup": "application",
"boot": "auto",
"ports": {
"80/tcp": 8000
},
"ports_description": {
"80/tcp": "UI/API"
},
"options": {
"POSTGRES_URL": "jdbc:postgresql://localhost:5432/frs",
"POSTGRES_USER": "compreface",
"POSTGRES_PASSWORD": "M7yfTsBscdqvZs49",
"POSTGRES_DB": "frs",
"API_JAVA_OPTS": "-Xmx1g"
},
"schema": {
"POSTGRES_URL": "str",
"POSTGRES_USER": "str",
"POSTGRES_PASSWORD": "str",
"POSTGRES_DB": "str",
"API_JAVA_OPTS": "str"
}
}