Updated k8s and prod compose setups to work with merged images

This commit is contained in:
Dan Brown
2023-07-15 18:54:45 +01:00
parent f27364a442
commit e3a4614bfe
2 changed files with 4 additions and 2 deletions

View File

@ -20,10 +20,11 @@ services:
- local_dynamic_storage:/home/storage
- file_connector_tmp_storage:/home/file_connector_storage
background:
image: danswer/danswer-background:latest
image: danswer/danswer-api-server:latest
build:
context: ../../backend
dockerfile: Dockerfile.background
command: /usr/bin/supervisord
depends_on:
- relational_db
- vector_db

View File

@ -14,8 +14,9 @@ spec:
spec:
containers:
- name: background
image: danswer/danswer-background:latest
image: danswer/danswer-api-server:latest
imagePullPolicy: IfNotPresent
command: ["/usr/bin/supervisord"]
env:
- name: POSTGRES_HOST
value: relational-db-service