Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

nicholaswilde/docker-leantime

Open more actions menu
 
 

Repository files navigation

Docker Leantime

Docker Image Version (latest by date) Docker Pulls GitHub ci lint pre-commit

A multi-architecture image of Leantime

Dependencies

  • mysql

Usage

docker cli

$ 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

docker-compose

See docker-compose.yaml.

Development

See docs.

Troubleshooting

See docs.

Pre-commit hook

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.

License

Apache 2.0 License

Author

This project was started in 2020 by Nicholas Wilde.

Sponsor this project

Packages

 
 
 

Contributors 2

  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.