https://github.com/airscripts/kuma
A simple Docker Compose implementation of famous Uptime Kuma.
https://github.com/airscripts/kuma
healthcheck kuma service
Last synced: about 3 hours ago
JSON representation
A simple Docker Compose implementation of famous Uptime Kuma.
- Host: GitHub
- URL: https://github.com/airscripts/kuma
- Owner: airscripts
- License: gpl-3.0
- Created: 2025-08-23T14:44:16.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T10:32:47.000Z (8 months ago)
- Last Synced: 2026-01-29T22:53:55.320Z (3 months ago)
- Topics: healthcheck, kuma, service
- Language: Dockerfile
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Kuma
A simple Docker Compose implementation of famous Uptime Kuma.
## Table of Contents
- [Installation](#installation)
- [Requirements](#requirements)
- [Usage](#usage)
- [Resources](#resources)
- [Contributing](#contributing)
- [Support](#support)
- [License](#license)
## Installation
Follow the steps below to make use of Kuma.
Clone this repository:
```bash
git clone https://github.com/airscripts/kuma.git
```
## Requirements
- Docker
## Usage
In order to use the stuff found in this repository run:
```bash
bash init.sh
```
This will initialize the required stuff for spinning up the service.
After that just run a simple:
```bash
docker compose up
```
And everything will be available at port 3001 of your localhost.
## Resources
- Docker: https://www.docker.com/
- Uptime Kuma: https://uptime.kuma.pet/
## Contributing
Contributions and suggestions about how to improve this project are welcome!
Please follow [our contribution guidelines](https://github.com/airscripts/kuma/blob/main/CONTRIBUTING.md).
## Support
If you want to support my work you can do it by following me, leaving a star, sharing my projects or also donating at the links below.
Choose what you find more suitable for you:
## License
This repository is licensed under [GPL-3.0 License](https://github.com/airscripts/kuma/blob/main/LICENSE).