diff --git a/README.md b/README.md index 68e7538b..a5ea07af 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ The Node.js script reads out the `/var/run/docker.sock` to get the containers of [dockerode](https://github.com/apocas/dockerode "GitHub"). **Important:** + The proxy expects your backend containers to provide following structure: * `stapps.version`-label of docker container to be set to a valid active version. See configuration.... @@ -44,7 +45,7 @@ Config files can be added by multiple universities (adding files like `config/de ## Logger -The proxy uses [@stapps/logger](https://gitlab.tubit.tu-berlin.de/stapps/logger). You can provide `NODE_ENV=production` +The proxy uses [@openstapps/logger](https://gitlab.com/openstapps/logger). You can provide `NODE_ENV=production` and SMTP-Configuration via environment-variables for monitoring in production use. ## Usage @@ -52,7 +53,7 @@ and SMTP-Configuration via environment-variables for monitoring in production us Without ssl: ```sh -docker run --rm -v /var/run/docker.sock:/var/run/docker.sock --net="host" gitlab-registry.tubit.tu-berlin.de/stapps/proxy/master +docker run --rm -v /var/run/docker.sock:/var/run/docker.sock --net="host" registry.gitlab.com/openstapps/proxy/master ``` With ssl: @@ -64,7 +65,7 @@ docker run --rm --net="host" \ -v :/etc/nginx/certs/ssl.key \ -v :/etc/nginx/certs/chain.crt \ -v :/etc/nginx/certs/dhparam.pem \ - gitlab-registry.tubit.tu-berlin.de/stapps/proxy/master + registry.gitlab.com/openstapps/proxy/master ``` ## Static Folder (docker run option: `-v :/static`)