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 1
1
services :
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
-
13
2
dev :
14
3
build :
15
4
dockerfile : Dockerfile
@@ -50,8 +39,6 @@ services:
50
39
WATCHFILES_FORCE_POLLING : true
51
40
OTEL_SERVICE_NAME : " bootstrap-fastapi-dev"
52
41
OTEL_EXPORTER_OTLP_ENDPOINT : " http://otel-collector:4317"
53
- CELERY__broker_url : " redis://redis:6379/0"
54
- CELERY__result_backend : " redis://redis:6379/1"
55
42
EVENTS__REDIS_BROKER_URL : " redis://redis:6379/2"
56
43
EVENTS__IS_PUBLISHER : " True"
57
44
EVENTS__IS_SUBSCRIBER : " True"
@@ -76,8 +63,6 @@ services:
76
63
WATCHFILES_FORCE_POLLING : true
77
64
OTEL_SERVICE_NAME : " bootstrap-fastapi-dev"
78
65
OTEL_EXPORTER_OTLP_ENDPOINT : " http://otel-collector:4317"
79
- CELERY__broker_url : " redis://redis:6379/0"
80
- CELERY__result_backend : " redis://redis:6379/1"
81
66
EVENTS__REDIS_BROKER_URL : " redis://redis:6379/2"
82
67
EVENTS__IS_PUBLISHER : " True"
83
68
EVENTS__IS_SUBSCRIBER : " True"
You can’t perform that action at this time.
0 commit comments