LOT 1 - Optimizare script build -Instalare mono comanda

This commit is contained in:
Dezvoltari Evotech 2026-06-27 06:42:02 -07:00
parent 5380c3fc63
commit 42ff22bf85
127 changed files with 16163 additions and 532 deletions

View file

@ -18,10 +18,10 @@
# Naming Convention: didiAI-{module}-{service}
#
# Network:
# Uses deploy_default network (shared with other modules)
# Uses didi-network (shared with all DIDI + AI platform stacks)
networks:
deploy_default:
didi-network:
external: true
services:
@ -37,7 +37,7 @@ services:
ports:
- "14011:14011"
networks:
- deploy_default
- didi-network
environment:
- LLM_PORT=14011
- LLM_EXTERNAL_URL=${LLM_EXTERNAL_URL}
@ -72,7 +72,7 @@ services:
ports:
- "14001:14001"
networks:
- deploy_default
- didi-network
volumes:
- ${HF_CACHE_DIR}:/root/.cache/huggingface
environment: