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

@ -14,10 +14,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:
@ -33,7 +33,7 @@ services:
ports:
- "${EMB_PORT:-14100}:${EMB_PORT:-14100}"
networks:
- deploy_default
- didi-network
environment:
- EMB_PORT=${EMB_PORT:-14100}
- EMB_EXTERNAL_URL=${EMB_EXTERNAL_URL}
@ -66,7 +66,7 @@ services:
ports:
- "${EMB_VLLM_PORT:-14101}:14101"
networks:
- deploy_default
- didi-network
volumes:
- ${HF_CACHE_DIR:-/cai2_ds_storage/hf_cache}:/root/.cache/huggingface
environment:
@ -109,7 +109,7 @@ services:
ports:
- "${EMB_LLAMACPP_PORT:-14110}:8080"
networks:
- deploy_default
- didi-network
volumes:
- ${MODELS_DIR:-/cai2_ds_storage/models}:/models:ro
command: >