File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,26 @@ services:
7070 profiles :
7171 - base
7272
73+ fluentbit :
74+ image : ${FLUENTBIT_IMAGE}
75+ container_name : workbench-fluentbit
76+ network_mode : host
77+ depends_on :
78+ cloudserver :
79+ condition : service_started
80+ clickhouse-shard-1 :
81+ condition : service_healthy
82+ clickhouse-shard-2 :
83+ condition : service_healthy
84+ volumes :
85+ - ./config/fluentbit/fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf:ro
86+ - ./config/fluentbit/parsers.conf:/fluent-bit/etc/parsers.conf:ro
87+ - ./logs/cloudserver:/fluent-bit/log:ro
88+ - ./logs/fluentbit:/var/log/fluent-bit:rw
89+ - ./data/fluentbit:/fluent-bit/data:rw
90+ profiles :
91+ - feature-access-logging
92+
7393 vault :
7494 image : ${VAULT_IMAGE}
7595 container_name : workbench-vault
You can’t perform that action at this time.
0 commit comments