FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

update docker-compose configuration

Merged Dr Rich Wareham requested to merge update-docker-compose into master
30 files
+ 491
143
Compare changes
  • Side-by-side
  • Inline
Files
30
  • 80d0306b
    update docker-compose configuration · 80d0306b
    Dr Rich Wareham authored
    Port the ./compose.sh-style docker-compose configuration to this
    application and update the instructions on getting started. This commit
    does not alter the CI configuration.
    
    This commit is a forerunner for making a Hydra version 1 compatible
    flavour of the application.
    
    We experiment with a slightly nicer way to auto-create OAuth2 clients by
    having the configuration for each client in a JSON file within
    compose/oauth2-clients/. See the README in that directory for more
    information.
+ 5
0
## OAuth2 Client Configuration
This directory holds Hydra resources representing client configurations which
should be created when the Hydra server starts. They should be named
``[id].json`` where ``[id]`` corresponds to the ``id`` field in the JSON body.
Loading