Skip to content

Commit

Permalink
Merge pull request #572 from 0xPolygonID/develop
Browse files Browse the repository at this point in the history
Release 2.3.5
  • Loading branch information
x1m3 authored Dec 4, 2023
2 parents 405b088 + ca31b9a commit aeb64c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ stop:
up-test:
$(DOCKER_COMPOSE_INFRA_CMD) up -d test_postgres vault test_local_files_apache

.PHONY: clean-vault
clean-vault:
rm -R infrastructure/local/.vault/data/init.out
rm -R infrastructure/local/.vault/file/core/
rm -R infrastructure/local/.vault/file/logical/
rm -R infrastructure/local/.vault/file/sys/

$(BIN)/platformid-migrate:
$(BUILD_CMD) ./cmd/migrate

Expand Down
2 changes: 2 additions & 0 deletions infrastructure/local/docker-compose-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ services:
- ./.vault/policies:/vault/policies
- ./.vault/scripts:/vault/scripts
- ./.vault/plugins:/vault/plugins
- ./.vault/data:/vault/data
- ./.vault/file:/vault/file:rw
ports:
- 8200:8200
environment:
Expand Down

0 comments on commit aeb64c1

Please sign in to comment.