mirror of
https://github.com/katanemo/plano.git
synced 2026-07-05 15:52:12 +02:00
fix code bug (#340)
This commit is contained in:
parent
af0e7d178b
commit
93d3d349a2
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
weather_forecast_service:
|
weather_forecast_service:
|
||||||
build:
|
build:
|
||||||
context: ./weather_forecast_service
|
context: ./
|
||||||
environment:
|
environment:
|
||||||
- OLTP_HOST=http://otel-collector:4317
|
- OLTP_HOST=http://otel-collector:4317
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ include:
|
||||||
services:
|
services:
|
||||||
weather_forecast_service:
|
weather_forecast_service:
|
||||||
build:
|
build:
|
||||||
context: ./weather_forecast_service
|
context: .
|
||||||
environment:
|
environment:
|
||||||
- OLTP_HOST=http://otel-collector:4317
|
- OLTP_HOST=http://otel-collector:4317
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ start_demo() {
|
||||||
|
|
||||||
load_env
|
load_env
|
||||||
|
|
||||||
if [ "$1" == "logfire" ] && [ -z "$LOGFIRE_API_KEY"]; then
|
if [ "$1" == "logfire" ] && [ -z "$LOGFIRE_API_KEY" ]; then
|
||||||
echo "Error: LOGFIRE_API_KEY environment variable is required for Logfire."
|
echo "Error: LOGFIRE_API_KEY environment variable is required for Logfire."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue