Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LINAGORA
L
LGS
Labs
linstt-controller
Commits
4142f7a5
Commit
4142f7a5
authored
Jan 12, 2018
by
Yoann HOUPERT
Browse files
remove docker-compose from controller
parent
2b2ea030
Pipeline
#9677
passed with stage
in 39 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
43 deletions
+0
-43
.env
.env
+0
-6
.gitignore
.gitignore
+0
-1
docker-compose.yml
docker-compose.yml
+0
-36
No files found.
.env
deleted
100644 → 0
View file @
2b2ea030
MODELS_PATH=./models/
YAML=/opt/models/gmm_hmm3.yaml
NB_WORKERS=2
NORM=--norm
NB_PROCESS=2
\ No newline at end of file
.gitignore
View file @
4142f7a5
...
...
@@ -59,4 +59,3 @@ ssl/*.pem
tmp/
nohup.out
models/
docker-compose.yml
deleted
100644 → 0
View file @
2b2ea030
version
:
'
3.2'
services
:
controller
:
build
:
.
image
:
linagora/controller
depends_on
:
-
speech-enhencement
-
kaldi
volumes
:
-
./media:/opt/media
ports
:
-
"
3000:3000"
-
"
3001:3001"
speech-enhencement
:
image
:
linagora/speech-enhencement
expose
:
-
"
5000"
env_file
:
.env
environment
:
-
NORM
-
NB_PROCESS
kaldi
:
image
:
linagora/kaldi
expose
:
-
"
80"
volumes
:
-
${MODELS_PATH}:/opt/models
env_file
:
.env
environment
:
-
NB_WORKERS
-
YAML
-
MODELS_PATH
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment