mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-24 15:00:57 +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
|
- db_volume:/var/lib/postgresql/data
|
||||||
# This container name cannot have an underscore in it due to Vespa expectations of the URL
|
# This container name cannot have an underscore in it due to Vespa expectations of the URL
|
||||||
index:
|
index:
|
||||||
image: vespaengine/vespa:8
|
image: vespaengine/vespa:8.249.12
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "19071:19071"
|
- "19071:19071"
|
||||||
|
@ -71,7 +71,7 @@ services:
|
|||||||
- db_volume:/var/lib/postgresql/data
|
- db_volume:/var/lib/postgresql/data
|
||||||
# This container name cannot have an underscore in it due to Vespa expectations of the URL
|
# This container name cannot have an underscore in it due to Vespa expectations of the URL
|
||||||
index:
|
index:
|
||||||
image: vespaengine/vespa:8
|
image: vespaengine/vespa:8.249.12
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "19071:19071"
|
- "19071:19071"
|
||||||
|
@ -71,7 +71,7 @@ services:
|
|||||||
- db_volume:/var/lib/postgresql/data
|
- db_volume:/var/lib/postgresql/data
|
||||||
# This container name cannot have an underscore in it due to Vespa expectations of the URL
|
# This container name cannot have an underscore in it due to Vespa expectations of the URL
|
||||||
index:
|
index:
|
||||||
image: vespaengine/vespa:8
|
image: vespaengine/vespa:8.249.12
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "19071:19071"
|
- "19071:19071"
|
||||||
|
@ -35,7 +35,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: vespa
|
- name: vespa
|
||||||
image: vespaengine/vespa:8
|
image: vespaengine/vespa:8.249.12
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user