Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Releases: marmelab/gaudi

v0.2.1

17 Jun 19:37
Compare
Choose a tag to compare
applications:
    producer:
        type: python
        volumes:
            .: /app
        after_script: python /app/app.py
        custom:
            pip_modules: [pika==0.9.8]

    worker1:
        after_script: python /app/worker.py
        extends: producer

    worker2:
        after_script: python /app/worker.py
        extends: producer

v0.2

29 May 19:30
Compare
Choose a tag to compare
  • Allows to use custom templates.
  • New components python, django & golang
  • Add an empty-cmd option to debug containers
  • Use color in gaudi output
  • Updated examples with use cases
  • Add a check of gaudi version to retrieve new templates
  • Fix #47, #59, #58