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

Update analytics-engine/docker-compose.yml

parent c996657d
Branches
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ services:
- internal
scheduler:
user: "${UID}:${GID}"
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest
restart: unless-stopped
expose:
......@@ -40,6 +41,7 @@ services:
- "./configuration:/app/configuration"
beat:
user: "${UID}:${GID}"
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest
restart: unless-stopped
entrypoint: celery
......@@ -54,6 +56,7 @@ services:
- "./configuration:/app/configuration"
worker:
user: "${UID}:${GID}"
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest
restart: unless-stopped
entrypoint: celery
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment