docker compose -f docker-compose-server.yaml up -dnetstat -nlpt |grep "19000\|18000"
tcp 0 0 0.0.0.0:19000 0.0.0.0:* LISTEN 2845988/docker-prox
tcp6 0 0 :::18000 :::* LISTEN 2845972/docker-prox curl http://localhost:18000/v1/config | jq{
"face_detection": {
"model_version_status": [
{
"version": "1",
"state": "AVAILABLE",
"status": {
"error_code": "OK",
"error_message": "OK"
}
}
]
},
"face_recognition_yiqisoft": {
"model_version_status": [
{
"version": "1",
"state": "AVAILABLE",
"status": {
"error_code": "OK",
"error_message": "OK"
}
}
]
},
"face_yiqisoft": {
"model_version_status": [
{
"version": "1",
"state": "AVAILABLE",
"status": {
"error_code": "OK",
"error_message": "OK"
}
}
]
}
}See client/README.md