mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 13:49:00 +08:00
public launch
This commit is contained in:
parent
bf4b4f33f8
commit
1e1acbbe30
@ -1,61 +0,0 @@
|
|||||||
version: "3"
|
|
||||||
services:
|
|
||||||
# Zookeeper
|
|
||||||
zookeeper:
|
|
||||||
image: 'bitnami/zookeeper:3'
|
|
||||||
ports:
|
|
||||||
- '2181:2181'
|
|
||||||
environment:
|
|
||||||
- ALLOW_ANONYMOUS_LOGIN=yes
|
|
||||||
|
|
||||||
# Kafka
|
|
||||||
kafka:
|
|
||||||
image: 'bitnami/kafka:2'
|
|
||||||
ports:
|
|
||||||
- '9092:9092'
|
|
||||||
environment:
|
|
||||||
- KAFKA_CFG_ZOOKEEPER_CONNECT=zookeeper:2181
|
|
||||||
- ALLOW_PLAINTEXT_LISTENER=yes
|
|
||||||
- KAFKA_CFG_LISTENER_SECURITY_PROTOCOL_MAP=PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT
|
|
||||||
- KAFKA_CFG_LISTENERS=PLAINTEXT://:29092,PLAINTEXT_HOST://:9092
|
|
||||||
- KAFKA_CFG_ADVERTISED_LISTENERS=PLAINTEXT://kafka:29092,PLAINTEXT_HOST://localhost:9092
|
|
||||||
depends_on:
|
|
||||||
- zookeeper
|
|
||||||
|
|
||||||
# Divolte container
|
|
||||||
divolte:
|
|
||||||
image: divolte/divolte-collector
|
|
||||||
container_name: divolte
|
|
||||||
environment:
|
|
||||||
- DIVOLTE_KAFKA_BROKER_LIST=kafka:29092
|
|
||||||
volumes:
|
|
||||||
- ./conf/divolte/:/opt/divolte/divolte-collector/conf/
|
|
||||||
ports:
|
|
||||||
- 8290:8290
|
|
||||||
depends_on:
|
|
||||||
- kafka
|
|
||||||
|
|
||||||
# Druid container
|
|
||||||
druid:
|
|
||||||
image: fokkodriesprong/docker-druid
|
|
||||||
container_name: druid
|
|
||||||
ports:
|
|
||||||
- 8081:8081
|
|
||||||
- 8082:8082
|
|
||||||
- 8888:8888
|
|
||||||
depends_on:
|
|
||||||
- kafka
|
|
||||||
|
|
||||||
# Superset container
|
|
||||||
superset:
|
|
||||||
image: amancevice/superset:0.18.5
|
|
||||||
container_name: superset
|
|
||||||
ports:
|
|
||||||
- 8088:8088
|
|
||||||
|
|
||||||
# Superset container
|
|
||||||
app:
|
|
||||||
build: app/
|
|
||||||
container_name: app
|
|
||||||
ports:
|
|
||||||
- 8090:8090
|
|
@ -18,4 +18,4 @@ version: 0.1.1
|
|||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
appVersion: v0.1.0
|
appVersion: 0.1.1
|
||||||
|
@ -18,4 +18,4 @@ version: 0.1.4
|
|||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
appVersion: v0.1.3
|
appVersion: 0.1.4
|
||||||
|
@ -18,4 +18,4 @@ version: 0.1.1
|
|||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
appVersion: v0.1.0
|
appVersion: 0.1.1
|
||||||
|
@ -12,10 +12,6 @@ druid:
|
|||||||
# druid_storage_type: s3
|
# druid_storage_type: s3
|
||||||
# druid_storage_bucket: signoz-druid
|
# druid_storage_bucket: signoz-druid
|
||||||
# druid_storage_baseKey: baseKey
|
# druid_storage_baseKey: baseKey
|
||||||
# aws_accessKeyId: <your secret id>
|
|
||||||
# aws_secretKey: <your secret key>
|
|
||||||
# druid_s3_accessKey: <your secret id>
|
|
||||||
# druid_s3_secretKey: <your secret key>
|
|
||||||
# AWS_ACCESS_KEY_ID: <your secret id>
|
# AWS_ACCESS_KEY_ID: <your secret id>
|
||||||
# AWS_SECRET_ACCESS_KEY: <your secret key>
|
# AWS_SECRET_ACCESS_KEY: <your secret key>
|
||||||
# AWS_REGION: <your region>
|
# AWS_REGION: <your region>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user