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)
- Host: GitHub
- URL: https://github.com/illuin-tech/docker-luigi
- Owner: illuin-tech
- Created: 2020-02-05T16:48:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T06:07:25.000Z (over 6 years ago)
- Last Synced: 2025-03-21T15:21:36.024Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```