How to use this image
To use this image run either a mongo
or postgres
container first:
$ docker run --name alerta-db --restart=always -d mongo
Then link to the database container when running the alerta-web
container:
$ export DATABASE_URL=mongodb://db:27017/monitoring$ docker run --restart=always --name alerta-web -e DATABASE_URL=$DATABASE_URL --link alerta-db:db \-d -p 8080:8080 alerta/alerta-web
The API endpoint is at:
http://: /api
Browse to the alerta console at:
http://: /
How to use this image
To use this image run either a mongo
or postgres
container first:
$ docker run --name alerta-db -d mongo
Then link to the database container when running the alerta-web
container:
$ export DATABASE_URL=mongodb://db:27017/monitoring$ docker run --name alerta-web -e DATABASE_URL=$DATABASE_URL --link alerta-db:db \-d -p 8080:8080 alerta/alerta-web
The API endpoint is at:
http://: /api
Browse to the alerta console at:
http://: / Alerta-zabbix install