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 18:06:35 +02:00
parent 65ce635089
commit c2ee9789d8
2 changed files with 3 additions and 3 deletions

View File

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