Skip to content

Commit

Permalink
New portalbackend version.
Browse files Browse the repository at this point in the history
New temporary exareme2 version.
  • Loading branch information
KFilippopolitis committed Jul 4, 2024
1 parent 639fca3 commit 4b089ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .versions_env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
EXAREME2=0.21.2
EXAREME2=dev
PORTALBACKEND=8.0.4
GATEWAY=1.7.0
FRONTEND=9.4.0
Expand Down
8 changes: 7 additions & 1 deletion dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,17 @@ services:
- ../data:/opt/data

exareme2_worker:
image: madgik/exareme2_worker:${EXAREME2}
image: madgik/exareme2_worker:${EXAREME2}1
volumes:
- ../data:/opt/data
environment:
- WORKER_IDENTIFIER=localworker1
- WORKER_ROLE=LOCALWORKER
- DATA_PATH=/opt/data
- LOG_LEVEL=DEBUG
- FRAMEWORK_LOG_LEVEL=INFO
- CONTROLLER_IP=172.17.0.1
- CONTROLLER_PORT=5000
- CELERY_TASKS_TIMEOUT=20
- CELERY_RUN_UDF_TASK_TIMEOUT=120
- RABBITMQ_IP=172.17.0.1
Expand All @@ -62,6 +67,7 @@ services:
- LOG_LEVEL=DEBUG
- FRAMEWORK_LOG_LEVEL=INFO
- DEPLOYMENT_TYPE=LOCAL
- FLOWER_EXECUTION_TIMEOUT=30
- WORKER_LANDSCAPE_AGGREGATOR_UPDATE_INTERVAL=10
- CLEANUP_FOLDER=/tmp/exareme2
- WORKERS_CLEANUP_INTERVAL=60
Expand Down

0 comments on commit 4b089ba

Please sign in to comment.