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

Update README.md

parent 98c83530
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,12 @@ If you are not already logged in, you need to authenticate to the Container Regi ...@@ -27,6 +27,12 @@ If you are not already logged in, you need to authenticate to the Container Regi
docker login registry.digitallearning.gmbh docker login registry.digitallearning.gmbh
``` ```
## Create Docker Network
Different containers communicate via a Docker network `web`, which must be created before Docker compose files are executed.
```bash
docker network create web
```
## LRS / MongoDB ## LRS / MongoDB
First we need a database or LRS to store the xAPI Statements. In a local setup, you can use the docker container in the mongodb folder. First we need a database or LRS to store the xAPI Statements. In a local setup, you can use the docker container in the mongodb folder.
Rename or copy the sample configuration. Please change all passwords in the configuration file. Rename or copy the sample configuration. Please change all passwords in the configuration file.
...@@ -88,4 +94,4 @@ docker compose up -d ...@@ -88,4 +94,4 @@ docker compose up -d
## Update Docker Images ## Update Docker Images
```bash ```bash
docker compose pull docker compose pull
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment