diff --git a/docs/composer/plugin/drupal-dev-environment/index.md b/docs/composer/plugin/drupal-dev-environment/index.md
index d133dcddb3b900a252b231c2dd5f97700c058251..419e051d1fc02b1e0be950ed838ed07e97d2763c 100644
--- a/docs/composer/plugin/drupal-dev-environment/index.md
+++ b/docs/composer/plugin/drupal-dev-environment/index.md
@@ -43,5 +43,5 @@ The development plugin provides tools, that are common for working with themes i
 - [Gulp.js](https://gulpjs.com/)
 
 Now you can create or use existing `package.json` or `gulp.js` files for building your `css`, e.g.
-using [Sass](https://sass-lang.com/).
+using [Sass](https://sass-lang.com/). See more information [here](../../../docker/node/gulp-sass.md).
 
diff --git a/docs/docker/alerta-proxy/index.md b/docs/docker/alerta-proxy/index.md
new file mode 100644
index 0000000000000000000000000000000000000000..448bafbf228fdf2bc4307436b8cf1028d1c1cff9
--- /dev/null
+++ b/docs/docker/alerta-proxy/index.md
@@ -0,0 +1,22 @@
+---
+title: Docker Alerta Proxy
+repo: https://gitlab.lakedrops.com/docker/alerta-proxy
+issues: https://gitlab.lakedrops.com/docker/alerta-proxy/-/issues
+tags:
+- docker
+- alerta
+---
+# Alerta Proxy
+
+This is a docker image, which creates a UDP Server Socket. This socket can receive alert messages from multiple 
+applications and sends those messages via API to the central Alerta host. You will need the following variables:
+
+```alerta
+ENV ALERTA_DOMAIN "alerta.your-domain.com"
+ENV ALERTA_API_KEY "required"
+ENV ALERTA_ENVIRONMENT "Production"
+ENV ALERTA_PROJECT_ID 0
+ENV HOST "0.0.0.0"
+ENV PORT 20002
+ENV HOSTNAME "localhost"
+```
diff --git a/mkdocs.yml b/mkdocs.yml
index 5983dba3f9952be4aea2bcba922ef8be7c352abf..a370915370c958765c62d934509aaebb587d607f 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -84,6 +84,8 @@ nav:
       - Team Handbook: lakedrops.md
   - Docker:
       - docker/index.md
+      - Alerta Proxy:
+          - docker/alerta-proxy-index.md
       - Ansible:
           - docker/ansible/index.md
       - GitLab Drupal CI: