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

Update rights-engine/docker-compose.yml

parent cfc26b02
Branches
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ services:
- internal
rights-engine:
image: registry.digitallearning.gmbh/polaris/rights-engine/rights-engine:latest
image: registry.digitallearning.gmbh/polaris/rights-engine/rights-engine:provider_context
restart: unless-stopped
expose:
- 80
......@@ -45,7 +45,7 @@ services:
- "./data_disclosure_zips/:/usr/src/app/backend/data_disclosure_zips"
beat:
image: registry.digitallearning.gmbh/polaris/rights-engine/rights-engine:latest
image: registry.digitallearning.gmbh/polaris/rights-engine/rights-engine:provider_context
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.digitallearning.gmbh/polaris/rights-engine/rights-engine:latest
image: registry.digitallearning.gmbh/polaris/rights-engine/rights-engine:provider_context
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.
Please register or to comment