diff --git a/docker-compose.yml b/docker-compose.yml index 8288d39..aaf2be2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: . container_name: localai ports: - - "8080:8080" + - "8085:8080" environment: - MODELS_PATH=/models - THREADS=2 # ajustez selon vos cores (léger par défaut) @@ -12,7 +12,7 @@ services: - DEBUG=false command: ["--models-path", "/models", "--address", "0.0.0.0:8080"] healthcheck: - test: ["CMD", "curl", "-fsS", "http://localhost:8080/v1/models"] + test: ["CMD", "curl", "-fsS", "http://localhost:8085/v1/models"] interval: 10s timeout: 5s retries: 10 \ No newline at end of file