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

Update analytics-engine/docker-compose.yml

parent 23f03cf6
No related branches found
No related tags found
No related merge requests found
Pipeline #920083 passed
......@@ -19,6 +19,7 @@ services:
- internal
scheduler:
user: "${UID}:${GID}"
image: registry.git.rwth-aachen.de/polaris/entwicklung/analytics-engine/scheduler:latest
restart: unless-stopped
expose:
......@@ -40,6 +41,7 @@ services:
- "./configuration:/app/configuration"
beat:
user: "${UID}:${GID}"
image: registry.git.rwth-aachen.de/polaris/entwicklung/analytics-engine/scheduler:latest
restart: unless-stopped
entrypoint: celery
......@@ -54,6 +56,7 @@ services:
- "./configuration:/app/configuration"
worker:
user: "${UID}:${GID}"
image: registry.git.rwth-aachen.de/polaris/entwicklung/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