File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 11services :
2-
3- otel-collector :
4- image : otel/opentelemetry-collector-contrib
5- volumes :
6- - ./otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml
7-
8- redis :
9- image : redis
10- ports :
11- - " 6379:6379"
12-
132 dev :
143 build :
154 dockerfile : Dockerfile
@@ -50,8 +39,6 @@ services:
5039 WATCHFILES_FORCE_POLLING : true
5140 OTEL_SERVICE_NAME : " bootstrap-fastapi-dev"
5241 OTEL_EXPORTER_OTLP_ENDPOINT : " http://otel-collector:4317"
53- CELERY__broker_url : " redis://redis:6379/0"
54- CELERY__result_backend : " redis://redis:6379/1"
5542 EVENTS__REDIS_BROKER_URL : " redis://redis:6379/2"
5643 EVENTS__IS_PUBLISHER : " True"
5744 EVENTS__IS_SUBSCRIBER : " True"
@@ -76,8 +63,6 @@ services:
7663 WATCHFILES_FORCE_POLLING : true
7764 OTEL_SERVICE_NAME : " bootstrap-fastapi-dev"
7865 OTEL_EXPORTER_OTLP_ENDPOINT : " http://otel-collector:4317"
79- CELERY__broker_url : " redis://redis:6379/0"
80- CELERY__result_backend : " redis://redis:6379/1"
8166 EVENTS__REDIS_BROKER_URL : " redis://redis:6379/2"
8267 EVENTS__IS_PUBLISHER : " True"
8368 EVENTS__IS_SUBSCRIBER : " True"
You can’t perform that action at this time.
0 commit comments