Skip to content
Snippets Groups Projects
Commit 8b11b9f4 authored by Max Lou's avatar Max Lou
Browse files

Update analytics-engine/docker-compose.yml

parent 23ea3b48
No related branches found
No related tags found
No related merge requests found
Pipeline #933363 failed
...@@ -19,7 +19,7 @@ services: ...@@ -19,7 +19,7 @@ services:
- internal - internal
scheduler: scheduler:
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest image: registry.git.rwth-aachen.de/polaris/entwicklung/analytics-engine/scheduler:latest
restart: unless-stopped restart: unless-stopped
expose: expose:
- 8000 - 8000
...@@ -40,7 +40,7 @@ services: ...@@ -40,7 +40,7 @@ services:
- "./configuration:/app/configuration" - "./configuration:/app/configuration"
beat: beat:
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest image: registry.git.rwth-aachen.de/polaris/entwicklung/analytics-engine/scheduler:latest
restart: unless-stopped restart: unless-stopped
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
...@@ -54,7 +54,7 @@ services: ...@@ -54,7 +54,7 @@ services:
- "./configuration:/app/configuration" - "./configuration:/app/configuration"
worker: worker:
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest image: registry.git.rwth-aachen.de/polaris/entwicklung/analytics-engine/scheduler:latest
restart: unless-stopped restart: unless-stopped
entrypoint: celery entrypoint: celery
command: -A scheduler.worker worker -l info command: -A scheduler.worker worker -l info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment