update repository

This commit is contained in:
2026-02-10 20:55:32 +01:00
parent 16dba1d5c6
commit 455e314596
48 changed files with 11 additions and 19378 deletions

View File

@@ -1,56 +1,39 @@
version: '3.8'
services:
open-webui:
image: ghcr.io/open-webui/open-webui:latest
container_name: open-webui
networks:
my-network:
ipv4_address: 172.19.0.100
ipv4_address: 172.30.0.100
ports:
- "3000:8080"
environment:
- MY_ENV_VAR=value
- 'OLLAMA_BASE_URL=http://ollama:11434' # INDISPENSABLE
volumes:
- open-webui-data:/app/data
- open-webui-backend:/app/backend
restart: always
extra_hosts:
- "google.com:8.8.8.8"
ollama:
image: ollama/ollama:latest
container_name: ollama
networks:
my-network:
ipv4_address: 172.19.0.101
ipv4_address: 172.30.0.101
ports:
- "5005:11434"
volumes:
- ollama-data:/app/data
- ollama-models:/root/.ollama # Chemin correct pour les modèles
restart: always
dns:
- 8.8.8.8
- 8.8.4.4
openedai-speech:
image: ghcr.io/matatonic/openedai-speech-min
env_file: speech.env
networks:
my-network:
ipv4_address: 172.19.0.102
ports:
- "8000:8000"
volumes:
- ./voices:/app/voices
- ./config:/app/config
restart: unless-stopped
networks:
my-network:
driver: bridge
ipam:
config:
- subnet: "172.19.0.0/16"
- subnet: "172.30.0.0/16"
volumes:
open-webui-data: {}
open-webui-backend: {}
ollama-data: {}
open-webui-data:
ollama-models: # Stockage persistant des modèles IA