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
f5317dac
Commit
f5317dac
authored
Dec 06, 2017
by
Yoann HOUPERT
Browse files
patch DockerFile
parent
cecca7f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Dockerfile
Dockerfile
+1
-0
config.json
config.json
+5
-3
No files found.
Dockerfile
View file @
f5317dac
...
...
@@ -5,6 +5,7 @@ WORKDIR /usr/src/app/linstt-poc
COPY
package.json .
COPY
yarn.lock .
RUN
npm
install
RUN
npm
install
pm2
-g
#RUN yarn install
...
...
config.json
View file @
f5317dac
...
...
@@ -3,14 +3,16 @@
"apiSsl"
:
3001
,
"orchestrator"
:
{
"gstreamer"
:
{
"host"
:
"linsttcontroller_kaldi_1"
,
"host"
:
"linsttpoc_kaldi_1"
,
"host2"
:
"linsttcontroller_kaldi_1"
,
"port"
:
"80"
,
"api"
:
{
"recognize"
:
"client/dynamic/recognize"
}
},
"speechEnhancement"
:
{
"host"
:
"linsttcontroller_speech-enhencement_1"
,
"host"
:
"linsttpoc_speech-enhencement_1"
,
"host2"
:
"linsttcontroller_speech-enhencement_1"
,
"port"
:
"5000"
,
"api"
:
{
"upload"
:
"upload"
...
...
@@ -18,4 +20,4 @@
"config"
:
"-n"
}
}
}
\ No newline at end of file
}
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