File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed
Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ MONITORED_NETWORK=${MONITORED_NETWORK}
99REPO_CONFIG_LOCATION = ${ REPO_CONFIG_LOCATION }
1010MAINTENANCE_PAGES_TRAEFIK_PRIORITY = ${ MAINTENANCE_PAGES_TRAEFIK_PRIORITY }
1111VENDOR_MANUAL_SUBDOMAIN_PREFIX = ${ VENDOR_MANUAL_SUBDOMAIN_PREFIX }
12+ VENDOR_CHATBOT_SUBDOMAIN_PREFIX = ${ VENDOR_CHATBOT_SUBDOMAIN_PREFIX }
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 %}
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ VENDOR_CHATBOT_SUBDOMAIN_PREFIX=${VENDOR_CHATBOT_SUBDOMAIN_PREFIX}
99VENDOR_CHATBOT_PRODUCTS = ${ VENDOR_CHATBOT_PRODUCTS }
1010VENDOR_CHATBOT_PORT = ${ VENDOR_CHATBOT_PORT }
1111PUBLIC_NETWORK = ${ PUBLIC_NETWORK }
12- OTEL_EXPORTER_OTLP_ENDPOINT = ${ TRACING_OPENTELEMETRY_COLLECTOR_ENDPOINT } : ${ TRACING_OPENTELEMETRY_COLLECTOR_PORT }
12+ OPENAI_API_KEY = ${ OPENAI_API_KEY }
You can’t perform that action at this time.
0 commit comments