Add tb-node docker logging options
This commit is contained in:
parent
cb3a8e650e
commit
d3ee0f921d
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user