Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andreas Tsagkaropoulos
morphemic-preprocessor
Commits
f03e6b5b
Commit
f03e6b5b
authored
Mar 25, 2021
by
Jean-Didier Totow
Browse files
update docker-compose persistent storage for testing purpose
parent
3d67c58c
Changes
1
Hide whitespace changes
Inline
Side-by-side
morphemic-persistent-storage/docker-compose.yaml
View file @
f03e6b5b
...
...
@@ -22,21 +22,13 @@ services:
-
8767:8767
volumes
:
-
'
./performance_model/datasets:/var/performance_model/datasets:Z'
-
./performance_model/train:/var/performance_model/train:Z
-
'
./performance_model/train:/var/performance_model/train:Z
'
-
'
./performance_model/logs:/var/performance_model/logs:Z'
-
'
./performance_model/models:/var/performance_model/models:Z'
#- './performance_model/db:/var/performance_model/db:Z'
#- './performance_model/uwsgi.ini:/app/uwsgi.ini'
evaluator
:
image
:
jdtotow/evaluator
container_name
:
evaluator
environment
:
-
"
PERFORMANCE_MODEL_URL=http://performance_model:8766/api/v1/train"
-
"
ACTIVEMQ_HOST=activemq"
environment
:
-
"
PERFORMANCE_MODEL_URL=http://localhost:8766/api/v1/train"
-
"
INFLUXDB_HOSTNAME=influxdb"
-
"
ACTIVEMQ_HOST=activemq"
-
"
DATASET_LOCAL_REPOSITORY=/var/performance_model/datasets"
...
...
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