Skip to content

Commit 66b2f63

Browse files
committed
Merge remote-tracking branch 'upstream/main' into 2025/add/chatVendorService
2 parents 6507bba + e24b80d commit 66b2f63

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

services/maintenance-page/template.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ MONITORED_NETWORK=${MONITORED_NETWORK}
99
REPO_CONFIG_LOCATION=${REPO_CONFIG_LOCATION}
1010
MAINTENANCE_PAGES_TRAEFIK_PRIORITY=${MAINTENANCE_PAGES_TRAEFIK_PRIORITY}
1111
VENDOR_MANUAL_SUBDOMAIN_PREFIX=${VENDOR_MANUAL_SUBDOMAIN_PREFIX}
12+
VENDOR_CHATBOT_SUBDOMAIN_PREFIX=${VENDOR_CHATBOT_SUBDOMAIN_PREFIX}

services/monitoring/prometheus/prometheus-simcore.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ scrape_configs:
113113
- "tasks.master_webserver"
114114
type: "A"
115115
port: 8080
116+
- names:
117+
- "tasks.production_wb-auth"
118+
- "tasks.staging_wb-auth"
119+
- "tasks.master_wb-auth"
120+
type: "A"
121+
port: 8080
116122
- names:
117123
- "tasks.production_wb-api-server"
118124
- "tasks.staging_wb-api-server"

services/vendors/docker-compose.yml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ services:
3737
chat:
3838
image: ${VENDOR_CHATBOT_IMAGE}
3939
init: true
40+
env_file:
41+
- .env
4042
{%- raw %}
4143
hostname: "v-chat-{{.Node.Hostname}}-{{.Task.Slot}}"
4244
{%- endraw %}

services/vendors/template.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ VENDOR_CHATBOT_SUBDOMAIN_PREFIX=${VENDOR_CHATBOT_SUBDOMAIN_PREFIX}
99
VENDOR_CHATBOT_PRODUCTS=${VENDOR_CHATBOT_PRODUCTS}
1010
VENDOR_CHATBOT_PORT=${VENDOR_CHATBOT_PORT}
1111
PUBLIC_NETWORK=${PUBLIC_NETWORK}
12-
OTEL_EXPORTER_OTLP_ENDPOINT=${TRACING_OPENTELEMETRY_COLLECTOR_ENDPOINT}:${TRACING_OPENTELEMETRY_COLLECTOR_PORT}
12+
OPENAI_API_KEY=${OPENAI_API_KEY}

0 commit comments

Comments
 (0)