https://github.com/nicholaswilde/docker-leantime
A multi-architecture image of Leantime
https://github.com/nicholaswilde/docker-leantime
docker docker-image leantime multi-architecture-image
Last synced: about 1 month ago
JSON representation
A multi-architecture image of Leantime
- Host: GitHub
- URL: https://github.com/nicholaswilde/docker-leantime
- Owner: nicholaswilde
- License: apache-2.0
- Created: 2021-01-31T02:36:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T06:15:30.000Z (over 3 years ago)
- Last Synced: 2025-01-22T22:29:49.066Z (over 1 year ago)
- Topics: docker, docker-image, leantime, multi-architecture-image
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/nicholaswilde/leantime
- Size: 25.8 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Docker Leantime
[](https://hub.docker.com/r/nicholaswilde/leantime)
[](https://hub.docker.com/r/nicholaswilde/leantime)
[](./LICENSE)
[](https://github.com/nicholaswilde/docker-leantime/actions?query=workflow%3Aci)
[](https://github.com/nicholaswilde/docker-leantime/actions?query=workflow%3Alint)
[](https://github.com/pre-commit/pre-commit)
A multi-architecture image of [Leantime](https://leantime.io/)
## Dependencies
* mysql
## Usage
### docker cli
```bash
$ 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](./docker-compose.yaml).
## Development
See [docs](https://nicholaswilde.io/docker-docs/development/).
## Troubleshooting
See [docs](https://nicholaswilde.io/docker-docs/troubleshooting/).
## 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](https://pre-commit.com/#install), and add a [.pre-commit-config.yaml file](./.pre-commit-config.yaml)
to your project. Then run:
```bash
pre-commit install
pre-commit install-hooks
```
Currently, this only works on `amd64` systems.
## License
[Apache 2.0 License](./LICENSE)
## Author
This project was started in 2020 by [Nicholas Wilde](https://github.com/nicholaswilde/).