Skip to content
Snippets Groups Projects
Commit 2034efc1 authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

* adjust paths

parent bd7d8f3a
Branches
No related tags found
No related merge requests found
...@@ -35,4 +35,4 @@ POSTGRES_PASSWORD=CHANGE_ME ...@@ -35,4 +35,4 @@ POSTGRES_PASSWORD=CHANGE_ME
SP_HOST=polaris.ruhr-uni-bochum.de SP_HOST=polaris.ruhr-uni-bochum.de
ANONYMIZATION_HASH_PREFIX=anon ANONYMIZATION_HASH_PREFIX=anon
ANONYMIZATION_DEFAULT_MINIMUM_COUNT=10 ANONYMIZATION_DEFAULT_MINIMUM_COUNT=10
POLARIS_VERSION=v1.0.1-rc10 POLARIS_VERSION=v1.0.1-rc11
\ No newline at end of file \ No newline at end of file
...@@ -34,7 +34,7 @@ services: ...@@ -34,7 +34,7 @@ services:
command: redis-server --requirepass ${REDIS_PASSWORD} command: redis-server --requirepass ${REDIS_PASSWORD}
rights-engine: rights-engine:
image: registry.git.rwth-aachen.de/polaris/entwicklung/rights-engine/rights-engine:${POLARIS_VERSION} image: registry.git.rwth-aachen.de/polaris/rights-engine/rights-engine:${POLARIS_VERSION}
restart: always restart: always
ports: ports:
- 8004:80 - 8004:80
...@@ -54,7 +54,7 @@ services: ...@@ -54,7 +54,7 @@ services:
- "./data_disclosure_zips/:/usr/src/app/backend/data_disclosure_zips" - "./data_disclosure_zips/:/usr/src/app/backend/data_disclosure_zips"
beat: beat:
image: registry.git.rwth-aachen.de/polaris/entwicklung/rights-engine/rights-engine:${POLARIS_VERSION} image: registry.git.rwth-aachen.de/polaris/rights-engine/rights-engine:${POLARIS_VERSION}
restart: always restart: always
entrypoint: celery entrypoint: celery
command: -A backend beat -l info command: -A backend beat -l info
...@@ -70,7 +70,7 @@ services: ...@@ -70,7 +70,7 @@ services:
- "./id_rsa:/usr/src/app/backend/id_rsa" - "./id_rsa:/usr/src/app/backend/id_rsa"
worker: worker:
image: registry.git.rwth-aachen.de/polaris/entwicklung/rights-engine/rights-engine:${POLARIS_VERSION} image: registry.git.rwth-aachen.de/polaris/rights-engine/rights-engine:${POLARIS_VERSION}
restart: always restart: always
entrypoint: celery entrypoint: celery
command: -A backend worker --loglevel=debug command: -A backend worker --loglevel=debug
...@@ -104,7 +104,7 @@ services: ...@@ -104,7 +104,7 @@ services:
command: redis-server --requirepass ${REDIS_PASSWORD} command: redis-server --requirepass ${REDIS_PASSWORD}
scheduler: scheduler:
image: registry.git.rwth-aachen.de/polaris/entwicklung/analytics-engine/scheduler:latest image: registry.git.rwth-aachen.de/polaris/analytics-engine/scheduler:${POLARIS_VERSION}
restart: always restart: always
ports: ports:
- 8000:8000 - 8000:8000
...@@ -118,7 +118,7 @@ services: ...@@ -118,7 +118,7 @@ services:
- "./configuration:/app/configuration" - "./configuration:/app/configuration"
beat_analytics: beat_analytics:
image: registry.git.rwth-aachen.de/polaris/entwicklung/analytics-engine/scheduler:latest image: registry.git.rwth-aachen.de/polaris/analytics-engine/scheduler:${POLARIS_VERSION}
restart: always restart: always
entrypoint: celery entrypoint: celery
command: -A scheduler.worker beat -l info --scheduler celery_sqlalchemy_scheduler.schedulers:DatabaseScheduler command: -A scheduler.worker beat -l info --scheduler celery_sqlalchemy_scheduler.schedulers:DatabaseScheduler
...@@ -132,7 +132,7 @@ services: ...@@ -132,7 +132,7 @@ services:
- "./configuration:/app/configuration" - "./configuration:/app/configuration"
worker_analytics: worker_analytics:
image: registry.git.rwth-aachen.de/polaris/entwicklung/analytics-engine/scheduler:latest image: registry.git.rwth-aachen.de/polaris/analytics-engine/scheduler:${POLARIS_VERSION}
restart: always restart: always
entrypoint: celery entrypoint: celery
command: -A scheduler.worker worker -l info command: -A scheduler.worker worker -l info
...@@ -147,7 +147,7 @@ services: ...@@ -147,7 +147,7 @@ services:
- "./configuration:/app/configuration" - "./configuration:/app/configuration"
dashboard: dashboard:
image: registry.git.rwth-aachen.de/polaris/entwicklung/dashboard-example/dashboard-example:latest image: registry.git.rwth-aachen.de/polaris/dashboard-example/dashboard-example:latest
restart: always restart: always
ports: ports:
- 8005:80 - 8005:80
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment