An open API service indexing awesome lists of open source software.

https://github.com/gaborvecsei/luigi-docker

Docker image for Luigi (Spotify)
https://github.com/gaborvecsei/luigi-docker

Last synced: 6 months ago
JSON representation

Docker image for Luigi (Spotify)

Awesome Lists containing this project

README

          

# Luigid docker image

Centralized luigi instance

`:8082`

Configure your runs to use the instance on `:8082` with your `luigi.cfg` config

## Run image

```shell
docker-compose up -d
```

## Run test

```shell
rm -rf /tmp/luigi_test && \
mkdir -p /tmp/luigi_test && \
python -m luigi --module test RootOfAllBananas --workers=3
```