mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-09 06:51:03 +01:00
31 lines
761 B
JSON
Executable File
31 lines
761 B
JSON
Executable File
{
|
|
"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"
|
|
}
|
|
}
|