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: