Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split up the compose file and add variations #39

Open
tacaswell opened this issue Feb 8, 2024 · 0 comments
Open

Split up the compose file and add variations #39

tacaswell opened this issue Feb 8, 2024 · 0 comments

Comments

@tacaswell
Copy link
Collaborator

There appears to be include https://docs.docker.com/compose/multiple-compose-files/include/ andextends https://docs.docker.com/compose/multiple-compose-files/extends/ directives in the vocabulary and a way to merge https://docs.docker.com/compose/multiple-compose-files/merge/ compose files when invoking up (or automagically by putting semantics in filenames 🤯 ).

This needs a bit of ivestigation, but my current thinking is we want to use include so that we can have shared compose file fore:

  • core data services (mongo, postgres, kafka, tiled, jlab)
  • epics serivces (archiver, saverestore, ...)
  • set(s) of IOCs
  • bluesky / qs / CSS configuration

So that we can have a couple of variations {just ophyd.sim, a bunch of mock caproto IOCs, ADsim + motorsim, beamline-analog, blackhole-IOC, ...} without having to copy-paste a lot of yaml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant