LOT 1 - Optimizare script build -Instalare mono comanda
This commit is contained in:
parent
5380c3fc63
commit
42ff22bf85
127 changed files with 16163 additions and 532 deletions
|
|
@ -19,10 +19,10 @@
|
|||
# Naming Convention: didiAI-{module}-{service}
|
||||
#
|
||||
# Network:
|
||||
# Uses deploy_default network (shared with other modules)
|
||||
# Uses the external didi-network bridge (shared with other AI modules)
|
||||
|
||||
networks:
|
||||
deploy_default:
|
||||
didi-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
|
|
@ -30,8 +30,8 @@ services:
|
|||
# Audio Transcription API Server
|
||||
# ==========================================================================
|
||||
audio-api:
|
||||
container_name: didiAI-audio-api
|
||||
image: didiai-audio-api
|
||||
container_name: didiAI-audio
|
||||
image: didiai-audio:audit
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: deploy/Dockerfile
|
||||
|
|
@ -39,7 +39,7 @@ services:
|
|||
ports:
|
||||
- "54300:54300"
|
||||
networks:
|
||||
- deploy_default
|
||||
- didi-network
|
||||
|
||||
environment:
|
||||
# GPU configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue