Commit Graph

7 Commits (697f6aedc229f5800acf3393063c8eb1e770cbbd)

Author SHA1 Message Date
Christopher Usher e9eab3df44 Update readme
Update readme to reflect Thrimbletrimmer now being a component
5 years ago
Christopher Usher 54aa919131 Update readme 5 years ago
Mike Lang 78a9a4e525 Set up a docker compose file to run all images
For ease-of-use, we use a jsonnet file to generate the yaml.
Jsonnet is a language for generating JSON documents.

In this case it's useful to us because it lets us have comments,
references to settings defined at the top, and some basic logic
like converting qualities from a list of strings to a comma-seperated string.

To avoid requiring jsonnet to be installed, we use the official jsonnet docker image
in the generate script.
6 years ago
Mike Lang 75c9793eac Remove central config file as it's more trouble than it's worth
Simpler and easier for testing to stick to configuration via CLI args.
We'll worry about deployment later.
6 years ago
Mike Lang 1a7ae8525b Fix readme internal link 6 years ago
Mike Lang 048277b003 common: Basic config and bustime code 6 years ago
Mike Lang 4105c90e9f Add a basic README 6 years ago