Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 837 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 837 Bytes

Stroom Docker Compose deployment script

Docker Compose file implementing a simple baseline Stroom configuration, consisting of the following services:

  1. Stroom instance
  2. Separate MySQL Stroom application and statistics databases

Usage

  1. Install Docker CE locally (see https://docs.docker.com/install)
  2. Clone this repository
  3. cd <path_to_cloned_repository>
  4. Set environment variables in docker-compose.yml
  5. Run docker-compose up or docker-compose up -d to run in background
  6. Wait for Stroom to download and initialise
  7. Open http://localhost:8080/stroom

More information on Stroom: