#1312·CompreFace

compreface-api boot loop

Author: bromlecornuCreated Jan 9, 2026Updated Jan 9, 2026

Hi,

I'm trying to install this on a NUC HP with an Intel i7 Core Vpro with 16Go RAM.

all process exept api it reboot again and again and when I look my processor load I see 800%.

this my compreface-api code in the docker-compose file

compreface-api: image: exadel/compreface-api:1.2.0 container_name: compreface-api restart: always environment: # L'API VEUT LE DRIVER SPECIAL : - SPRING_DATASOURCE_URL=jdbc:pgsql://compreface-postgres-db:5432/compreface - SPRING_DATASOURCE_USERNAME=postgres - SPRING_DATASOURCE_PASSWORD=my password - PREDICTION_AS_A_SERVICE_URL=http://compreface-core:3000 - ADMIN_HOST=compreface-admin - ADMIN_PORT=8080 depends_on: compreface-admin: condition: service_started

Is there a mistake ? thx for your help