s
Some checks failed
Builder / Build addons (localai-p2p-master, amd64) (push) Failing after 9s
Builder / Build addons (localai-p2p-worker, amd64) (push) Failing after 8s
Validate / validate (push) Failing after 2s
Builder / Create release (push) Has been skipped

This commit is contained in:
2025-05-30 17:53:37 +02:00
parent 0f695a8670
commit 65ce635089
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ RUN apt-get update && \
# Variables d'environnement pour LocalAI # Variables d'environnement pour LocalAI
ENV LOCALAI_P2P="true" ENV LOCALAI_P2P="true"
ENV LOCALAI_FEDERATED="true" ENV LOCALAI_FEDERATED="false"
ENV LOCALAI_P2P_LISTEN_PORT="9090" ENV LOCALAI_P2P_LISTEN_PORT="9090"
ENV LOCALAI_ADDRESS="0.0.0.0:8080" ENV LOCALAI_ADDRESS="0.0.0.0:8080"
ENV LOCALAI_CORS="true" ENV LOCALAI_CORS="true"

View File

@@ -1,5 +1,5 @@
name: "LocalAI P2P Worker" name: "LocalAI P2P Worker"
version: "1.0.4.11" version: "1.0.4.12"
slug: "localai-p2p-worker" slug: "localai-p2p-worker"
description: "LocalAI P2P federation worker node" description: "LocalAI P2P federation worker node"
arch: arch:
@@ -14,7 +14,7 @@ ports:
9090/udp: 9090 # Port P2P UDP 9090/udp: 9090 # Port P2P UDP
environment: environment:
LOCALAI_P2P: "true" LOCALAI_P2P: "true"
LOCALAI_FEDERATED: "true" LOCALAI_FEDERATED: "false"
LOCALAI_MODELS_PATH: "/share/localai/models" LOCALAI_MODELS_PATH: "/share/localai/models"
LOCALAI_ADDRESS: "0.0.0.0:8080" LOCALAI_ADDRESS: "0.0.0.0:8080"
LOCALAI_CORS: "true" LOCALAI_CORS: "true"