add monitoring stack
Some checks failed
Deploy Containers / Prepare (push) Failing after 30s

This commit is contained in:
2025-12-21 20:52:33 -05:00
parent df1d70aa0c
commit 6ff3599bcf
4 changed files with 256 additions and 223 deletions

View File

@@ -48,4 +48,5 @@
healthcheck: "{{ healthcheck | default(omit) }}"
devices: "{{ devices | default(omit) }}"
mounts: "{{ mounts | default(omit) }}"
pid_mode: "{{ pid_mode | default(omit) }}"
privileged: "{{ privileged | default(omit) }}"