haproxy/common-settings.yml

12 lines
301 B
YAML
Raw Normal View History

2023-06-20 23:49:32 +02:00
services:
common-settings:
environment:
TZ: "${TIMEZONE:-Etc/UTC}"
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "10"
compress: "true"
2025-03-25 23:24:12 +01:00
restart: "${RESTARTPOLICY:-always}"