Skip to content
Snippets Groups Projects
Commit 4c18ce64 authored by Christian Metzger's avatar Christian Metzger
Browse files

paths adjusted

parent 80ea3075
No related branches found
No related tags found
No related merge requests found
Pipeline #1470869 failed
......@@ -20,7 +20,7 @@ services:
- internal
rights-engine:
image: registry.git.rwth-aachen.de/polaris/rights-engine/rights-engine:latest
image: registry.git.rwth-aachen.de/polaris/entwicklung/rights-engine/rights-engine:latest
restart: unless-stopped
expose:
- 80
......@@ -45,7 +45,7 @@ services:
- "./data_disclosure_zips/:/usr/src/app/backend/data_disclosure_zips"
beat:
image: registry.git.rwth-aachen.de/polaris/rights-engine/rights-engine:latest
image: registry.git.rwth-aachen.de/polaris/entwicklung/rights-engine/rights-engine:latest
restart: unless-stopped
entrypoint: celery
command: -A backend beat -l info
......@@ -63,7 +63,7 @@ services:
- "./id_rsa:/usr/src/app/backend/id_rsa"
worker:
image: registry.git.rwth-aachen.de/polaris/rights-engine/rights-engine:latest
image: registry.git.rwth-aachen.de/polaris/entwicklung/rights-engine/rights-engine:latest
restart: unless-stopped
entrypoint: celery
command: -A backend worker --loglevel=debug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment