Skip to content
Snippets Groups Projects
Commit 031aab3a authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-685: Explicitly provide alerta configuration files

parent 6f5d111a
No related branches found
No related tags found
1 merge request!290Resolve L2SS-685 "Add alerta docker"
FROM alerta/alerta-web FROM alerta/alerta-web
COPY alertad.conf /app/alertad.conf
COPY alerta.conf /app/alerta.conf
COPY config.json /web/config.json
RUN pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=plugins/slack RUN pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=plugins/slack
[DEFAULT]
sslverify = no
output = presto
endpoint = http://localhost:8080/api
timezone = Europe/London
key = NpzX0z_fX8TVKZtXpzop-pi2MhaGnLawKVqbJBoA
debug = yes
DEBUG = True
SECRET = "T=&7xvF2S&x7w_JAcq$h1x5ocfA)8H2i"
PLUGINS = ['reject', 'blackout', 'normalise', 'enhance', 'slack']
{"endpoint": "/api"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment