mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-01 00:18:18 +02:00
Pin Vespa Version (#651)
This commit is contained in:
parent
815c30c9d0
commit
64ebaf2dda
@ -131,7 +131,7 @@ services:
|
||||
- db_volume:/var/lib/postgresql/data
|
||||
# This container name cannot have an underscore in it due to Vespa expectations of the URL
|
||||
index:
|
||||
image: vespaengine/vespa:8
|
||||
image: vespaengine/vespa:8.249.12
|
||||
restart: always
|
||||
ports:
|
||||
- "19071:19071"
|
||||
|
@ -71,7 +71,7 @@ services:
|
||||
- db_volume:/var/lib/postgresql/data
|
||||
# This container name cannot have an underscore in it due to Vespa expectations of the URL
|
||||
index:
|
||||
image: vespaengine/vespa:8
|
||||
image: vespaengine/vespa:8.249.12
|
||||
restart: always
|
||||
ports:
|
||||
- "19071:19071"
|
||||
|
@ -71,7 +71,7 @@ services:
|
||||
- db_volume:/var/lib/postgresql/data
|
||||
# This container name cannot have an underscore in it due to Vespa expectations of the URL
|
||||
index:
|
||||
image: vespaengine/vespa:8
|
||||
image: vespaengine/vespa:8.249.12
|
||||
restart: always
|
||||
ports:
|
||||
- "19071:19071"
|
||||
|
@ -35,7 +35,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: vespa
|
||||
image: vespaengine/vespa:8
|
||||
image: vespaengine/vespa:8.249.12
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
privileged: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user