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

Update single-compose/docker-compose.yml

parent 81c05f99
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,7 @@ services:
command: redis-server --requirepass ${REDIS_PASSWORD}
scheduler:
user: "${UID}:${GID}"
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest
restart: always
ports:
......@@ -108,6 +109,7 @@ services:
- "./configuration:/app/configuration"
beat_analytics:
user: "${UID}:${GID}"
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest
restart: always
entrypoint: celery
......@@ -122,6 +124,7 @@ services:
- "./configuration:/app/configuration"
worker_analytics:
user: "${UID}:${GID}"
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest
restart: always
entrypoint: celery
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment