fix shared conatiner path

This commit is contained in:
Adil Hafeez 2025-02-07 17:22:11 -08:00
parent e859c6fc03
commit 9485e9713c
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
11 changed files with 29 additions and 29 deletions

View file

@ -11,7 +11,7 @@ services:
chatbot_ui:
build:
context: ../shared/chatbot_ui
context: ../../shared/chatbot_ui
ports:
- "18080:8080"
environment:
@ -24,12 +24,12 @@ services:
otel-collector:
build:
context: ../shared/logfire/
context: ../../shared/logfire/
ports:
- "4317:4317"
- "4318:4318"
volumes:
- ../shared/logfire/otel-collector-config.yaml:/etc/otel-collector-config.yaml
- ../../shared/logfire/otel-collector-config.yaml:/etc/otel-collector-config.yaml
env_file:
- .env
environment:
@ -37,10 +37,10 @@ services:
prometheus:
build:
context: ../shared/prometheus
context: ../../shared/prometheus
grafana:
build:
context: ../shared/grafana
context: ../../shared/grafana
ports:
- "3000:3000"