Skip to content

Commit

Permalink
Upgrade plugins versions, fix in the database blob fields, clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
citelibre committed Oct 25, 2024
1 parent fc72124 commit 99324f5
Show file tree
Hide file tree
Showing 13 changed files with 5,922 additions and 5,907 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test: ## Build the containers
docker build -t $(REPO-TEST)/keycloak keycloak
docker build -t $(REPO-TEST)/kibana kibana
docker build -t $(REPO-TEST)/elasticsearch elasticsearch
echo "REPO=$(REPO-TEST)" > .env.test
echo REPO=$(REPO-TEST) > .env.test
docker-compose --env-file .env.test -f ./docker-compose-test.yml up -d

test-down:
Expand Down
Loading

0 comments on commit 99324f5

Please sign in to comment.