An alternative to docker-compose more suited to our needs. A package for managing "constellations" of docker containers that need various bespoke bits of logic when being brought up and down.
pip install constellation
Automatically publish to PyPI. Assuming a version number 0.1.2
:
- Create a release on github
- Choose a tag -> Create a new tag:
v0.1.2
- Use this version as the description
- Optionally describe the release
- Click "Publish release"
- This triggers the release workflow and the package will be available on PyPI in a few minutes
Settings are configured here on PyPI