This repository contains a sample set of workers and Dockerfile for running python workers in a container environment.
https://github.com/conductor-sdk/conductor-python
Show support for the Conductor OSS. Please help spread the awareness by starring Conductor repo.
docker build . -t <TAG>
docker run \
-e CONDUCTOR_AUTH_KEY=<KEY> \
-e CONDUCTOR_AUTH_SECRET=<SECRET> \
-e CONDUCTOR_SERVER_URL=<API_ENDPOINT> \
-t <TAG>