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

Update analytics-engine/docker-compose.yml

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