Add tb-node docker logging options

This commit is contained in:
Igor Kulikov 2018-10-09 12:46:53 +03:00
parent cb3a8e650e
commit d3ee0f921d

View File

@ -54,6 +54,11 @@ services:
- "8080" - "8080"
- "1883:1883" - "1883:1883"
- "5683:5683/udp" - "5683:5683/udp"
logging:
driver: "json-file"
options:
max-size: "6g"
max-file: "30"
env_file: env_file:
- tb-node.env - tb-node.env
environment: environment: