Skip to content
Snippets Groups Projects
Commit ff43cb09 authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

*rename urls

parent 02a23aab
No related branches found
No related tags found
No related merge requests found
Showing
with 49 additions and 28 deletions
{
"CurrentProjectSetting": null
}
\ No newline at end of file
{
"ExpandedNodes": [
""
],
"PreviewInSolutionExplorer": false
}
\ No newline at end of file
File added
File added
{
"Version": 1,
"WorkspaceRootPath": "E:\\polaris\\deployment\\",
"Documents": [],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": []
}
]
}
\ No newline at end of file
File added
......@@ -26,7 +26,7 @@ Each folder contains one of the components of
### Login in the docker registry
If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have Two-Factor Authentication enabled, use a Personal Access Token instead of a password.
```bash
docker login registry.digitallearning.gmbh
docker login registry.git.rwth-aachen.de
```
### Create Docker network
......@@ -78,7 +78,7 @@ Example configuration file `configuration/h5p_engines.yml`
```yml
h5p_statements_count_engine:
crontab: "*/1 * * * *"
repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@gitlab.digitallearning.gmbh/polaris/engines/dummy-engine.git"
repo: "https://git.rwth-aachen.de/polaris/public/engines/activities.git"
analytics_token: "b6a4ec069ef9f688e781161d46c2a85c14a761a4eaf0074099656c7de44a65d9"
```
......@@ -86,7 +86,7 @@ Example configuration file `configuration/moodle_engines.yml`
```yml
moodle_statements_count_engine:
crontab: "*/1 * * * *"
repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@gitlab.digitallearning.gmbh/polaris/engines/dummy-engine.git"
repo: "https://git.rwth-aachen.de/polaris/public/engines/activities.git"
analytics_token: "0482a0f3259c966dfddb38de867573a95995ee5e10898bb71f9ae0e99efe54ef"
```
......
......@@ -20,7 +20,7 @@ services:
scheduler:
user: "${UID}:${GID}"
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest
image: registry.git.rwth-aachen.de/polaris/analytics-engine/scheduler:latest
restart: unless-stopped
expose:
- 8000
......@@ -42,7 +42,7 @@ services:
beat:
user: "${UID}:${GID}"
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest
image: registry.git.rwth-aachen.de/polaris/analytics-engine/scheduler:latest
restart: unless-stopped
entrypoint: celery
command: -A scheduler.worker beat -l info --scheduler celery_sqlalchemy_scheduler.schedulers:DatabaseScheduler
......@@ -57,7 +57,7 @@ services:
worker:
user: "${UID}:${GID}"
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest
image: registry.git.rwth-aachen.de/polaris/analytics-engine/scheduler:latest
restart: unless-stopped
entrypoint: celery
command: -A scheduler.worker worker -l info
......
......@@ -19,7 +19,7 @@ services:
- internal
scheduler:
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest
image: registry.git.rwth-aachen.de/polaris/analytics-engine/scheduler:latest
restart: unless-stopped
expose:
- 8000
......@@ -36,7 +36,7 @@ services:
- "./configuration:/app/configuration"
beat:
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest
image: registry.git.rwth-aachen.de/polaris/analytics-engine/scheduler:latest
restart: unless-stopped
entrypoint: celery
command: -A scheduler.worker beat -l info --scheduler celery_sqlalchemy_scheduler.schedulers:DatabaseScheduler
......@@ -50,7 +50,7 @@ services:
- "./configuration:/app/configuration"
worker:
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest
image: registry.git.rwth-aachen.de/polaris/analytics-engine/scheduler:latest
restart: unless-stopped
entrypoint: celery
command: -A scheduler.worker worker -l info
......
......@@ -20,7 +20,7 @@ services:
- internal
rights-engine:
image: registry.digitallearning.gmbh/polaris/rights-engine/rights-engine
image: registry.git.rwth-aachen.de/polaris/rights-engine/rights-engine
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
image: registry.git.rwth-aachen.de/polaris/rights-engine/rights-engine
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
image: registry.git.rwth-aachen.de/polaris/rights-engine/rights-engine
restart: unless-stopped
entrypoint: celery
command: -A backend worker --loglevel=debug
......
......@@ -20,7 +20,7 @@ services:
- internal
rights-engine:
image: registry.digitallearning.gmbh/polaris/rights-engine/rights-engine:latest
image: registry.git.rwth-aachen.de/polaris/rights-engine/rights-engine:latest
restart: unless-stopped
expose:
- 80
......@@ -41,7 +41,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.git.rwth-aachen.de/polaris/rights-engine/rights-engine:latest
restart: unless-stopped
entrypoint: celery
command: -A backend beat -l info
......@@ -59,7 +59,7 @@ services:
- "./id_rsa:/usr/src/app/backend/id_rsa"
worker:
image: registry.digitallearning.gmbh/polaris/rights-engine/rights-engine:latest
image: registry.git.rwth-aachen.de/polaris/rights-engine/rights-engine:latest
restart: unless-stopped
entrypoint: celery
command: -A backend worker --loglevel=debug
......
h5p_statements_count_engine:
crontab: "*/1 * * * *"
repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@gitlab.digitallearning.gmbh/polaris/engines/dummy-engine.git"
repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@git.rwth-aachen.de/polaris/engines/dummy-engine.git"
analytics_token: "b6a4ec069ef9f688e781161d46c2a85c14a761a4eaf0074099656c7de44a65d9"
moodle_statements_count_engine:
crontab: "*/1 * * * *"
repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@gitlab.digitallearning.gmbh/polaris/engines/activities.git"
repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@git.rwth-aachen.de/polaris/engines/activities.git"
analytics_token: "0482a0f3259c966dfddb38de867573a95995ee5e10898bb71f9ae0e99efe54ef"
moodle_statements_count_engine:
crontab: "*/1 * * * *"
repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@gitlab.digitallearning.gmbh/polaris/engines/dummy-engine.git"
repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@git.rwth-aachen.de/polaris/engines/dummy-engine.git"
analytics_token: "0482a0f3259c966dfddb38de867573a95995ee5e10898bb71f9ae0e99efe54ef"
h5p_statements_count_engine:
crontab: "*/1 * * * *"
repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@gitlab.digitallearning.gmbh/polaris/engines/dummy-engine.git"
repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@git.rwth-aachen.de/polaris/engines/dummy-engine.git"
analytics_token: "b6a4ec069ef9f688e781161d46c2a85c14a761a4eaf0074099656c7de44a65d9"
h5p_statements_count_engine:
crontab: "*/1 * * * *"
repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@gitlab.digitallearning.gmbh/polaris/engines/dummy-engine.git"
repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@git.rwth-aachen.de/polaris/engines/dummy-engine.git"
analytics_token: "b6a4ec069ef9f688e781161d46c2a85c14a761a4eaf0074099656c7de44a65d9"
moodle_statements_count_engine:
crontab: "*/1 * * * *"
repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@gitlab.digitallearning.gmbh/polaris/engines/dummy-engine.git"
repo: "https://scheduler:glpat-MsDsrHMH-k3-DzEfNRgk@git.rwth-aachen.de/polaris/engines/dummy-engine.git"
analytics_token: "0482a0f3259c966dfddb38de867573a95995ee5e10898bb71f9ae0e99efe54ef"
......@@ -27,7 +27,7 @@ services:
command: redis-server --requirepass ${REDIS_PASSWORD}
rights-engine:
image: registry.digitallearning.gmbh/polaris/rights-engine/rights-engine:latest
image: registry.git.rwth-aachen.de/polaris/rights-engine/rights-engine:latest
restart: always
ports:
- 8004:80
......@@ -44,7 +44,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.git.rwth-aachen.de/polaris/rights-engine/rights-engine:latest
restart: always
entrypoint: celery
command: -A backend beat -l info
......@@ -60,7 +60,7 @@ services:
- "./id_rsa:/usr/src/app/backend/id_rsa"
worker:
image: registry.digitallearning.gmbh/polaris/rights-engine/rights-engine:latest
image: registry.git.rwth-aachen.de/polaris/rights-engine/rights-engine:latest
restart: always
entrypoint: celery
command: -A backend worker --loglevel=debug
......@@ -94,7 +94,7 @@ services:
command: redis-server --requirepass ${REDIS_PASSWORD}
scheduler:
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest
image: registry.git.rwth-aachen.de/polaris/analytics-engine/scheduler:latest
restart: always
ports:
- 8000:8000
......@@ -108,7 +108,7 @@ services:
- "./configuration:/app/configuration"
beat_analytics:
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest
image: registry.git.rwth-aachen.de/polaris/analytics-engine/scheduler:latest
restart: always
entrypoint: celery
command: -A scheduler.worker beat -l info --scheduler celery_sqlalchemy_scheduler.schedulers:DatabaseScheduler
......@@ -122,7 +122,7 @@ services:
- "./configuration:/app/configuration"
worker_analytics:
image: registry.digitallearning.gmbh/polaris/analytics-engine/scheduler:latest
image: registry.git.rwth-aachen.de/polaris/analytics-engine/scheduler:latest
restart: always
entrypoint: celery
command: -A scheduler.worker worker -l info
......@@ -137,7 +137,7 @@ services:
- "./configuration:/app/configuration"
dashboard:
image: registry.digitallearning.gmbh/polaris/dashboard-example/dashboard-example:latest
image: registry.git.rwth-aachen.de/polaris/dashboard-example/dashboard-example:latest
restart: always
ports:
- 8005:80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment