Skip to content

Commit

Permalink
redo change lost in merge rename 'avs' service to 'aerospike-vector-s…
Browse files Browse the repository at this point in the history
…earch' in docker-compose files (#80)
  • Loading branch information
arrowplum authored Dec 10, 2024
1 parent 7aacc07 commit fcaad92
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion prism-image-search/docker-compose-asdb-6.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
interval: 5s
timeout: 20s
retries: 10
avs:
aerospike-vector-search:
image: aerospike/aerospike-vector-search:1.0.0
environment:
FEATURE_KEY: "${FEATURE_KEY:-./container-volumes/avs/etc/aerospike-vector-search/features.conf}"
Expand Down
2 changes: 1 addition & 1 deletion prism-image-search/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
interval: 5s
timeout: 20s
retries: 10
avs:
aerospike-vector-search:
image: aerospike/aerospike-vector-search:1.0.0
environment:
FEATURE_KEY: "${FEATURE_KEY:-./container-volumes/avs/etc/aerospike-vector-search/features.conf}"
Expand Down
2 changes: 1 addition & 1 deletion prism-image-search/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
interval: 5s
timeout: 20s
retries: 10
avs:
aerospike-vector-search:
image: aerospike/aerospike-vector-search:1.0.0
environment:
FEATURE_KEY: "${FEATURE_KEY:-./container-volumes/avs/etc/aerospike-vector-search/features.conf}"
Expand Down
2 changes: 1 addition & 1 deletion quote-semantic-search/docker-compose-asdb-6.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
interval: 5s
timeout: 20s
retries: 10
avs:
aerospike-vector-search:
image: aerospike/aerospike-vector-search:1.0.0
environment:
FEATURE_KEY: "${FEATURE_KEY:-./container-volumes/avs/etc/aerospike-vector-search/features.conf}"
Expand Down
2 changes: 1 addition & 1 deletion quote-semantic-search/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
interval: 5s
timeout: 20s
retries: 10
avs:
aerospike-vector-search:
image: aerospike/aerospike-vector-search:1.0.0
environment:
FEATURE_KEY: "${FEATURE_KEY:-./container-volumes/avs/etc/aerospike-vector-search/features.conf}"
Expand Down
2 changes: 1 addition & 1 deletion quote-semantic-search/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
interval: 5s
timeout: 20s
retries: 10
avs:
aerospike-vector-search:
image: aerospike/aerospike-vector-search:1.0.0
environment:
FEATURE_KEY: "${FEATURE_KEY:-./container-volumes/avs/etc/aerospike-vector-search/features.conf}"
Expand Down

0 comments on commit fcaad92

Please sign in to comment.