Skip to content

Commit

Permalink
fixes for docker compose (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Senic authored Mar 1, 2023
1 parent 7ffec0b commit 1ac29a3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docker-compose/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ COMPOSE_PROJECT_NAME=dse68-stargate
DSETAG=6.8.28
LOGLEVEL=INFO
REQUESTLOG=false
SGTAG=v2
SGTAG=v2
JSONTAG=v1
5 changes: 5 additions & 0 deletions docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This directory provides two ways to start the JSON API and Stargate coordinator

## Stargate JSON API with 3-node DSE 6.8 cluster

> **PREREQUISITES:** Please build the latest JSONAPI docker image first by running:
> ```bash
> ./mvnw clean package -Dquarkus.container-image.build=true -DskipTests
> ```
You can start a simple Stargate configuration with the following command:
```
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/start_dse_68.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ export JSONTAG

echo "Running with DSE $DSETAG, Stargate $SGTAG, JSON API $JSONTAG"

docker-compose up -d --wait
docker-compose up -d
2 changes: 1 addition & 1 deletion docker-compose/start_dse_68_dev_mode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ export JSONTAG

echo "Running with DSE $DSETAG, Stargate $SGTAG, JSON API $JSONTAG"

docker-compose -f docker-compose-dev-mode.yml up -d --wait
docker-compose -f docker-compose-dev-mode.yml up -d

0 comments on commit 1ac29a3

Please sign in to comment.