Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ad4005ad0
|
||
|
|
e6579d9b5f
|
@@ -3,7 +3,7 @@ services:
|
||||
# See sample https://github.com/outline/outline/blob/main/.env.sample
|
||||
|
||||
outline_app:
|
||||
image: outlinewiki/outline:1.8.1
|
||||
image: outlinewiki/outline:1.9.0
|
||||
container_name: outline_app
|
||||
user: "{{ owner_create_result.uid }}:{{ owner_create_result.group }}"
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
services:
|
||||
|
||||
tududi_app:
|
||||
image: chrisvel/tududi:1.1.1
|
||||
image: chrisvel/tududi:1.2.0
|
||||
container_name: tududi_app
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
@@ -63,6 +63,9 @@ services:
|
||||
- EMAIL_FROM_ADDRESS=tududi@vakhrushev.me
|
||||
- EMAIL_FROM_NAME=Tududi
|
||||
|
||||
# MCP Server
|
||||
- FF_ENABLE_MCP=true
|
||||
|
||||
# AI-фичи через Bifrost (drop-in OpenAI-эндпоинт в общей сети — НЕ localhost,
|
||||
# это сам контейнер). Модель у tududi захардкожена как gpt-4o-mini; Bifrost
|
||||
# по governance-правилу роутит её на deepseek-v4-pro. openai-node сам
|
||||
|
||||
Reference in New Issue
Block a user