Skip to content

Commit

Permalink
new versions for portalbackend, exareme2.
Browse files Browse the repository at this point in the history
  • Loading branch information
KFilippopolitis committed Apr 16, 2024
1 parent c91615c commit 24dce85
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .versions_env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXAREME2=0.20.0
PORTALBACKEND=8.0.3
EXAREME2=0.21.2
PORTALBACKEND=8.0.4
GATEWAY=1.6.0
FRONTEND=9.4.0
MIP=8.0.0
File renamed without changes.
16 changes: 8 additions & 8 deletions dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ services:
volumes:
- ../data:/opt/data

exareme2_node:
image: madgik/exareme2_node:${EXAREME2}
exareme2_worker:
image: madgik/exareme2_worker:${EXAREME2}
environment:
- NODE_IDENTIFIER=localnode1
- NODE_ROLE=LOCALNODE
- WORKER_IDENTIFIER=localworker1
- WORKER_ROLE=LOCALWORKER
- LOG_LEVEL=DEBUG
- FRAMEWORK_LOG_LEVEL=INFO
- CELERY_TASKS_TIMEOUT=20
Expand All @@ -62,11 +62,11 @@ services:
- LOG_LEVEL=DEBUG
- FRAMEWORK_LOG_LEVEL=INFO
- DEPLOYMENT_TYPE=LOCAL
- NODE_LANDSCAPE_AGGREGATOR_UPDATE_INTERVAL=10
- WORKER_LANDSCAPE_AGGREGATOR_UPDATE_INTERVAL=10
- CLEANUP_FOLDER=/tmp/exareme2
- NODES_CLEANUP_INTERVAL=60
- NODES_CLEANUP_CONTEXTID_RELEASE_TIMELIMIT=3600
- LOCALNODES_CONFIG_FILE=/opt/config/localnodes_config.json
- WORKERS_CLEANUP_INTERVAL=60
- WORKERS_CLEANUP_CONTEXTID_RELEASE_TIMELIMIT=3600
- LOCALWORKERS_CONFIG_FILE=/opt/config/localworkers_config.json
- CELERY_TASKS_TIMEOUT=20
- CELERY_RUN_UDF_TASK_TIMEOUT=120
- SMPC_ENABLED=false
Expand Down

0 comments on commit 24dce85

Please sign in to comment.