12 lines
301 B
YAML
12 lines
301 B
YAML
services:
|
|
common-settings:
|
|
environment:
|
|
TZ: "${TIMEZONE:-Etc/UTC}"
|
|
logging:
|
|
driver: "json-file"
|
|
options:
|
|
max-size: "10m"
|
|
max-file: "10"
|
|
compress: "true"
|
|
restart: "${RESTARTPOLICY:-always}"
|