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: ...@@ -20,7 +20,7 @@ services:
- internal - internal
rights-engine: 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 restart: unless-stopped
expose: expose:
- 80 - 80
...@@ -45,7 +45,7 @@ services: ...@@ -45,7 +45,7 @@ services:
- "./data_disclosure_zips/:/usr/src/app/backend/data_disclosure_zips" - "./data_disclosure_zips/:/usr/src/app/backend/data_disclosure_zips"
beat: 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 restart: unless-stopped
entrypoint: celery entrypoint: celery
command: -A backend beat -l info command: -A backend beat -l info
...@@ -63,7 +63,7 @@ services: ...@@ -63,7 +63,7 @@ services:
- "./id_rsa:/usr/src/app/backend/id_rsa" - "./id_rsa:/usr/src/app/backend/id_rsa"
worker: 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 restart: unless-stopped
entrypoint: celery entrypoint: celery
command: -A backend worker --loglevel=debug command: -A backend worker --loglevel=debug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment