14 lines
324 B
YAML
14 lines
324 B
YAML
---
|
|
app_name: uptime-kuma
|
|
|
|
# Container configuration
|
|
uptime_kuma_container_name: "{{ app_name | default('uptime-kuma') }}"
|
|
uptime_kuma_container_version: 2
|
|
uptime_kuma_restart_policy: "{{ app_restart_policy }}"
|
|
|
|
# Network configuration
|
|
uptime_kuma_http_port: 3001
|
|
|
|
# Volume paths
|
|
uptime_kuma_data_path: "{{ app_dir }}/data"
|