Skip to content

Commit

Permalink
fix(deploy): fixed demo-ignition version
Browse files Browse the repository at this point in the history
  • Loading branch information
valerylobachev committed Jul 16, 2023
1 parent 4fc6db6 commit f77cd17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/docker/demo-ignition.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

export BACKEND_VERSION="0.5.0-SNAPSHOT"
export BACKEND_VERSION="0.5.0"
docker run -it --network "annette_default" \
-e JAVA_OPTS='-Dconfig.file=/opt/docker/conf/application.demo.conf' \
annetteplatform/demo-ignition:$BACKEND_VERSION
4 changes: 2 additions & 2 deletions deploy/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ services:
healthcheck:
test: ["CMD-SHELL", "curl --silent --fail -k --header 'Authorization: Basic YWRtaW46YWRtaW4=' https://localhost:9200/_cluster/health || exit 1"]
interval: 30s
timeout: 30s
retries: 3
timeout: 10s
retries: 5

os-dashboards:
image: opensearchproject/opensearch-dashboards:2.8.0
Expand Down
2 changes: 1 addition & 1 deletion ignition/demo-ignition/conf/ignition.conf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ annette.ignition {
}
}

keycloak = {
keycloak {
entities = [
"user"
]
Expand Down

0 comments on commit f77cd17

Please sign in to comment.