Skip to content

Commit

Permalink
Merge branch 'main' into preview-image
Browse files Browse the repository at this point in the history
  • Loading branch information
davi17g committed May 27, 2024
2 parents 135010f + 1c5cf7b commit 9985ad6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Aerospike Proximus Docker Compose
# Aerospike Vector Search (AVS) Docker Compose

## Prerequisite
Locate valid `features.conf` in the `./config` directory:

## Installation Aerospike and Proximus Clusters (docker-compose)
> [!IMPORTANT]
> If you are running MacOS you will need to replace all occurrences of port 5000 with
> port 5002 in your docker compose file and aerospike-proximus.yml file.
## Installation Aerospike and AVS Clusters (docker-compose)
```shell
docker compose -f docker-compose.yaml up -d
```
## Installation Aerospike and Proximus Clusters (as separate docker images)
## Installation Aerospike and AVS Clusters (as separate docker images)
## Create Docker Network
```shell
docker network create svc
Expand All @@ -21,15 +25,15 @@ docker run -d \
-v ./config:/etc/aerospike aerospike/aerospike-server-enterprise:7.0.0.5 \
--config-file /etc/aerospike/aerospike.conf
```
## Run Proximus Cluster
## Run AVS Cluster
```shell
docker run -d \
--name aerospike-proximus \
--name aerospike-vs \
--network svc \
-p 5000:5000 \
-p 5040:5040 \
-v ./config:/etc/aerospike-proximus \
aerospike/aerospike-proximus:0.3.1
aerospike/aerospike-proximus:0.4.0
```


2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
networks:
- svc
aerospike-proximus:
image: aerospike/aerospike-proximus:0.3.1
image: aerospike/aerospike-proximus:0.4.0
container_name: "aerospike-proximus"
depends_on:
aerospike-cluster:
Expand Down

0 comments on commit 9985ad6

Please sign in to comment.