disable loki
All checks were successful
Deploy Containers / Prepare (push) Successful in 33s

This commit is contained in:
2025-12-28 16:27:20 -05:00
parent 07b786da00
commit 21e8d6f6f9
2 changed files with 15 additions and 19 deletions

View File

@@ -40,10 +40,6 @@
name: "{{ name }}"
recreate: true
restart_policy: always
log_driver: loki
log_options:
loki-url: "http://monitoring_loki:3100/loki/api/v1/push"
loki-batch-size: "200"
pull: "{{ build is not defined }}"
published_ports: "{{ published_ports | default(omit) }}"
network_mode: "{{ network_mode | default(omit) }}"