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

https://github.com/illuin-tech/docker-luigi

Docker image based on Python 3.8 with Luigi (from Spotify)
https://github.com/illuin-tech/docker-luigi

Last synced: about 1 month ago
JSON representation

Docker image based on Python 3.8 with Luigi (from Spotify)

Awesome Lists containing this project

README

          

# docker-luigi

Docker image based on Python 3.8 with Luigi installed. Image can be used with the following config:

```yaml
luigi:
image: illuin/luigi
restart: always
ports:
- "8082:8082"
environment:
luigi_database_url: "YOUR_DATABASE_URL"
```