diff --git a/.env.example b/.env.example index cfc9888..f3ade3b 100644 --- a/.env.example +++ b/.env.example @@ -9,7 +9,7 @@ PVAULT_DB_PASSWORD = pvault # Vault PVAULT_ADMIN_API_KEY = pvaultauth PVAULT_PORT = 8123 -PVAULT_SERVER_DOCKER_TAG = docker.io/piiano/pvault-server:1.9.7 +PVAULT_SERVER_DOCKER_TAG = docker.io/piiano/pvault-server:1.10.0 PVAULT_LOG_LEVEL = info PVAULT_LOG_CUSTOMER_IDENTIFIER = vault-demo PVAULT_LOG_CUSTOMER_ENV = demo diff --git a/README.md b/README.md index abb7fb7..4cac759 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The backend is implemented in Python Django and uses a PostgreSQL DB to store th The application is deployed using Docker Compose, and includes a Piiano Vault container, a PostgreSQL DB container, a web based Terminal container and an Elastic stack container for viewing logs. -This demo application version is 0.8.4 and is compatible with Vault version 1.9.7 . +This demo application version is 0.8.5 and is compatible with Vault version 1.10.0 . ## How to use this demo