https://github.com/leberkaslabs/uptime-kuma
Uptime Kuma Docker Compose Deployment
https://github.com/leberkaslabs/uptime-kuma
docker docker-compose uptime-kuma
Last synced: about 1 month ago
JSON representation
Uptime Kuma Docker Compose Deployment
- Host: GitHub
- URL: https://github.com/leberkaslabs/uptime-kuma
- Owner: leberkaslabs
- License: mit
- Created: 2025-06-17T20:02:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-17T20:22:39.000Z (about 1 year ago)
- Last Synced: 2025-07-12T10:23:51.012Z (12 months ago)
- Topics: docker, docker-compose, uptime-kuma
- Language: YAML
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uptime Kuma
[](https://github.com/leberkaslabs/uptime-kuma/actions/workflows/ci.yml)
This repository contains the Docker Compose setup for Uptime Kuma - an easy-to-use self-hosted monitoring tool.
## Requirements
- Make sure Docker and Docker Compose are installed on your system.
- Be sure to check out [Uptime Kuma](https://uptimekuma.org/) - its awesome!
## Installation
The installation is straightforward. Simply clone this repository and start Uptime Kuma using Docker Compose:
```bash
# Clone this repository
git clone https://github.com/leberkaslabs/uptime-kuma.git
# Change into repository
cd uptime-kuma
# Startup Uptime Kuma
docker compose up -d
```
## Advanced Configuration
You can customize your setup using a Docker Compose override file:
```bash
# Create a Docker Compose override file
cp example.compose.override.yml compose.override.yml
# Recreate and apply the configuration
docker compose up -d --force-recreate
```
## License
Copyright © 2025 Niclas Spreng
Licensed under the [MIT license](LICENSE).