Skip to content
Snippets Groups Projects
Commit 46956be2 authored by Steffen Stricker's avatar Steffen Stricker
Browse files

Update analytics-engine/docker-compose.yml

parent aa95ba10
No related branches found
No related tags found
No related merge requests found
Pipeline #912401 failed
......@@ -37,6 +37,7 @@ services:
- redis_db
volumes:
- ".env:/app/.env"
- "./configuration:/app/configuration"
beat:
image: registry.git.rwth-aachen.de/polaris/entwicklung/analytics-engine/scheduler:latest
......@@ -50,6 +51,7 @@ services:
- redis_db
volumes:
- ".env:/app/.env"
- "./configuration:/app/configuration"
worker:
image: registry.git.rwth-aachen.de/polaris/entwicklung/analytics-engine/scheduler:latest
......@@ -64,6 +66,7 @@ services:
- beat
volumes:
- ".env:/app/.env"
- "./configuration:/app/configuration"
networks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment