File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed
Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -50,20 +50,6 @@ services:
5050 healthcheck :
5151 test : arq src.worker.WorkerSettings --check
5252
53- otel-collector :
54- image : otel/opentelemetry-collector-contrib:0.101.0
55- command : ["--config=/etc/otel-collector-config.yaml"]
56- volumes :
57- - ./otel-collector-config.yaml:/etc/otel-collector-config.yaml
58- ports :
59- - " 4318:4318"
60- - " 4317:4317"
61- # healthcheck port
62- - " 13133:13133"
63- environment :
64- US_WRITE_TOKEN : $US_WRITE_TOKEN
65- EU_WRITE_TOKEN : $EU_WRITE_TOKEN
66-
6753 postgres :
6854 image : ankane/pgvector:latest
6955 container_name : logfire-demo-postgres
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ services:
99 value : webui
1010 - key : LOGFIRE_TOKEN
1111 sync : false
12+ - key : OTEL_EXPORTER_OTLP_ENDPOINT
13+ sync : false
1214 - key : TILING_SERVER
1315 value : " https://tiling.onrender.com"
1416 - key : OPENAI_API_KEY
@@ -40,6 +42,8 @@ services:
4042 value : tiling
4143 - key : LOGFIRE_TOKEN
4244 sync : false
45+ - key : OTEL_EXPORTER_OTLP_ENDPOINT
46+ sync : false
4347 - type : worker
4448 name : arq-worker
4549 runtime : docker
@@ -50,6 +54,8 @@ services:
5054 value : worker
5155 - key : LOGFIRE_TOKEN
5256 sync : false
57+ - key : OTEL_EXPORTER_OTLP_ENDPOINT
58+ sync : false
5359 - key : OPENAI_API_KEY
5460 sync : false
5561 - key : PG_DSN
You can’t perform that action at this time.
0 commit comments