A multi-architecture image of Leantime
- mysql
$ docker run -d \
--name=leantime \
-e TZ=America/Los_Angeles `# optional` \
-e LEAN_DB_HOST='mysql_leantime' \
-e LEAN_DB_USER='admin' \
-e LEAN_DB_PASSWORD='321.qwerty' \
-e LEAN_DB_DATABASE='leantime' \
-p 80:80 \
-p 9000:9000 \
--restart unless-stopped \
nicholaswilde/leantime
See docker-compose.yaml.
See docs.
See docs.
If you want to automatically generate README.md
files with a pre-commit hook, make sure you
install the pre-commit binary, and add a .pre-commit-config.yaml file
to your project. Then run:
pre-commit install
pre-commit install-hooks
Currently, this only works on amd64
systems.
This project was started in 2020 by Nicholas Wilde.