2022-07-14 03:42:48 +02:00
|
|
|
services:
|
|
|
|
common-settings:
|
|
|
|
environment:
|
2022-07-17 02:18:24 +02:00
|
|
|
TZ: "${TZ:-Etc/UTC}"
|
2022-07-14 03:42:48 +02:00
|
|
|
logging:
|
|
|
|
driver: "json-file"
|
|
|
|
options:
|
|
|
|
max-size: "10m"
|
|
|
|
max-file: "10"
|
|
|
|
compress: "true"
|
|
|
|
restart: "${RESTARTPOLICY:-unless-stopped}"
|