mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-17 17:11:29 +08:00
adding separate s3 configs
This commit is contained in:
parent
d414eaec72
commit
2b55458e30
@ -68,8 +68,8 @@ services:
|
||||
command:
|
||||
- coordinator
|
||||
env_file:
|
||||
- environment_tiny/coordinator
|
||||
- environment_tiny/s3_common
|
||||
- environment_tiny_s3/coordinator
|
||||
- environment_tiny_s3/s3_common
|
||||
|
||||
broker:
|
||||
image: apache/druid:0.20.0
|
||||
@ -85,8 +85,8 @@ services:
|
||||
command:
|
||||
- broker
|
||||
env_file:
|
||||
- environment_tiny/broker
|
||||
- environment_tiny/s3_common
|
||||
- environment_tiny_s3/broker
|
||||
- environment_tiny_s3/s3_common
|
||||
|
||||
historical:
|
||||
image: apache/druid:0.20.0
|
||||
@ -103,8 +103,8 @@ services:
|
||||
command:
|
||||
- historical
|
||||
env_file:
|
||||
- environment_tiny/historical
|
||||
- environment_tiny/s3_common
|
||||
- environment_tiny_s3/historical
|
||||
- environment_tiny_s3/s3_common
|
||||
|
||||
middlemanager:
|
||||
image: apache/druid:0.20.0
|
||||
@ -121,8 +121,8 @@ services:
|
||||
command:
|
||||
- middleManager
|
||||
env_file:
|
||||
- environment_tiny/middlemanager
|
||||
- environment_tiny/s3_common
|
||||
- environment_tiny_s3/middlemanager
|
||||
- environment_tiny_s3/s3_common
|
||||
|
||||
router:
|
||||
image: apache/druid:0.20.0
|
||||
@ -138,8 +138,8 @@ services:
|
||||
command:
|
||||
- router
|
||||
env_file:
|
||||
- environment_tiny/router
|
||||
- environment_tiny/s3_common
|
||||
- environment_tiny_s3/router
|
||||
- environment_tiny_s3/s3_common
|
||||
|
||||
flatten-processor:
|
||||
image: signoz/flattener-processor:0.1.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user