Native-node osoittaa nyt tuotantohubiin (kipina.studio)

HUB_URL vaihdettu ws://agentic-poc:3000/ws → wss://kipina.studio/ws
jotta lokaali GPU-solmu palvelee tuotantoympäristöä.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-07 13:05:19 +03:00
parent 560bee1369
commit 29e1c440c6

View File

@@ -36,12 +36,11 @@ services:
dockerfile: Dockerfile.native-node dockerfile: Dockerfile.native-node
container_name: kipina_native_node container_name: kipina_native_node
environment: environment:
- HUB_URL=ws://agentic-poc:3000/ws - HUB_URL=wss://kipina.studio/ws
- OLLAMA_URL=http://ollama:11434 - OLLAMA_URL=http://ollama:11434
- OLLAMA_MODEL=qwen2.5-coder:7b - OLLAMA_MODEL=qwen2.5-coder:7b
- ALLOCATED_GB=4 - ALLOCATED_GB=4
depends_on: depends_on:
- agentic-poc
- ollama - ollama
profiles: profiles:
- native - native