Sign inSign up

securable/scheduled-reporting

By securable

Updated over 9 years ago

This is the reporting system that can be called upon to periodically send out reports

Image
0

290

securable/scheduled-reporting repository overview

Securable.IO rest(ful) Scheduled Reporting API Build Status Docker Automated build

Running this repo locally

First install docker for your local workstation: Get Docker

# Bring up API server
docker-compose up -d
# Validate services started
docker ps

# Check apiserver logs
docker-compose logs reports
# Stop all running containers (can be restarted in same state later using the above command)
docker-compose stop
# Destroy all containers, including underlying volumes
docker-compose down -v
# Get shell access (bash) to the web container
docker-compose exec reports bash

Tag summary

Content type

Image

Digest

Size

310.4 MB

Last updated

over 9 years ago

docker pull securable/scheduled-reporting