default to loki as docker logger driver
All checks were successful
Deploy Containers / Prepare (push) Successful in 5s

This commit is contained in:
2025-12-27 21:24:23 -05:00
parent 88c718eb77
commit ad90a5c31e

View File

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