/
avweb
/
openwebui
Обзор
Документация
Войти
/
avweb
/
openwebui
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
docker-compose.yml
34 строки
816 B
avweb001
fix
27 сен 2025, 09:37
27 сен 2025, 09:37
73990f5
Код
Авторство
О чём код?
services: open-web-ui: image: ghcr.io/open-webui/open-webui:main ports: - '3000:8080' env_file: - ./.env volumes: - open-web-ui:/app/backend/data restart: always ollama: image: ollama/ollama:latest container_name: ollama ports: - "11434:11434" volumes: - ollama_models:/root/.ollama environment: # Optional: If you have a CUDA-supported GPU - OLLAMA_HOST=0.0.0.0 - OLLAMA_ORIGINS=* # For GPU support (NVIDIA), uncomment the following lines and ensure NVIDIA drivers and CUDA are installed # deploy: # resources: # reservations: # devices: # - driver: nvidia # count: all # capabilities: [gpu] volumes: open-web-ui: ollama_models: