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)
- Host: GitHub
- URL: https://github.com/gaborvecsei/luigi-docker
- Owner: gaborvecsei
- Created: 2022-04-14T18:48:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T06:49:41.000Z (about 4 years ago)
- Last Synced: 2024-12-29T17:16:57.654Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```