Update

Done in most cases within 5 minutes

circle-check

1. Navigate

Connect to the machine where the solution is running and navigate to the path where docker-compose.yml was placed.

2. Run

docker compose pull deric && docker compose down && docker compose up -d
circle-info

It takes about 1 minute to download and extract the image (ca. 285 MB)

Hints

If not authenticated automatically on registry.rechtlogisch.de please run:

docker login registry.rechtlogisch.de -u [email protected]
circle-info

Please use provided credentials.

Last updated