hashicorpvault/common-settings.yaml

12 lines
301 B
YAML
Raw Permalink Normal View History

2025-01-26 18:04:55 +01:00
services:
common-settings:
environment:
TZ: "${TIMEZONE:-Etc/UTC}"
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "10"
compress: "true"
2025-01-29 01:23:50 +01:00
restart: "${RESTARTPOLICY:-always}"