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

v0.2.1

Latest
Compare
Choose a tag to compare
@manuquentin manuquentin released this 17 Jun 19:37
· 21 commits to master since this release
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