Fix imzge error
Some checks failed
Builder / Build addons (localai-p2p-master, amd64) (push) Failing after 8s
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 11:47:09 +02:00
parent 825327ceeb
commit 81aeebc68e
2 changed files with 0 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ ports:
8080/tcp: 8080 8080/tcp: 8080
ports_description: ports_description:
8080/tcp: "LocalAI API port" 8080/tcp: "LocalAI API port"
image: "ghcr.io/mudler/localai:latest"
environment: environment:
LOCALAI_P2P: "true" LOCALAI_P2P: "true"
LOCALAI_FEDERATED: "true" LOCALAI_FEDERATED: "true"

View File

@@ -2,7 +2,6 @@ name: "LocalAI P2P Worker"
version: "1.0.1" # Incrémentez aussi la version version: "1.0.1" # Incrémentez aussi la version
slug: "localai-p2p-worker" # ⬅️ IMPORTANT : doit correspondre au nom du dossier slug: "localai-p2p-worker" # ⬅️ IMPORTANT : doit correspondre au nom du dossier
description: "LocalAI P2P federation worker node" description: "LocalAI P2P federation worker node"
image: "ghcr.io/mudler/localai:latest"
arch: arch:
- amd64 - amd64
host_network: true # OBLIGATOIRE pour P2P host_network: true # OBLIGATOIRE pour P2P