26 lines
595 B
Markdown
26 lines
595 B
Markdown
# Uptime Kuma
|
|
|
|
Deploy Uptime Kuma monitoring tool using Docker Compose.
|
|
|
|
## Description
|
|
|
|
Uptime Kuma is a fancy self-hosted monitoring tool with notifications and status pages.
|
|
|
|
## Variables
|
|
|
|
### Optional
|
|
|
|
| Variable | Default | Description |
|
|
|----------|---------|-------------|
|
|
| `uptime_kuma_http_port` | `3001` | Web interface port |
|
|
| `uptime_kuma_data_path` | `{{ app_dir }}/data` | Application data storage |
|
|
| `uptime_kuma_container_version` | `2` | Uptime Kuma Docker image tag |
|
|
|
|
## Example
|
|
|
|
```yaml
|
|
- role: patrickj.docker_apps.uptime-kuma
|
|
vars:
|
|
uptime_kuma_http_port: 3002
|
|
```
|