This repository aims to host some docker compositions which isolate one particular geOrchestra component or some basic usecases, in order to allow easy debugging of said component, hilight a bug or a particular configuration ...
The main docker composition repository could also have been used for such a use case, but:
- it became more and more complex over time
- the datadir can be easily out-of-sync (envsusbt introducing confusion)
- running every services at the same time is generally not necessary
- it assumes HTTPS, and there are some issues with the certificate provided by traefik.me (and developers generally don't need the TLS overhead in order to debug)
When contributing, please provide:
- a docker composition (obviously)
- some e.g. curl commands to highlight a particular bug
- Add a readme to the directory which explains the goal of the composition, and how to use it