Skip to content
Snippets Groups Projects
Commit e44977fa authored by danielspeicher's avatar danielspeicher
Browse files

Merge branch 'develop' into 'main'

Develop

See merge request !11
parents dd6c7aec 362d87c4
No related branches found
No related tags found
1 merge request!11Develop
Pipeline #1241642 passed
......@@ -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).
---
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"
```
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment