Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 484 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 484 Bytes

Minimal docker image for running Luigi

To run, publish luigi's default web port ( 8082 )

docker run -d -p 8082:8082 mada/luigid

And visit http://LUIGI_HOST:8082/

Configure your luigi clients to point to this schedule by adding this to your /etc/luigi/client.cfg

[core]
default-scheduler-host: LUIGI_HOST
default-scheduler-port: 8082