initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user