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
Branches
No related tags found
No related merge requests found
Pipeline #933363 failed
......@@ -19,7 +19,7 @@ services:
- internal
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
expose:
- 8000
......@@ -40,7 +40,7 @@ services:
- "./configuration:/app/configuration"
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
entrypoint: celery
command: -A scheduler.worker beat -l info --scheduler celery_sqlalchemy_scheduler.schedulers:DatabaseScheduler
......@@ -54,7 +54,7 @@ services:
- "./configuration:/app/configuration"
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
entrypoint: celery
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