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