diff --git a/.gitignore b/.gitignore index 1fbac418..bf033283 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.dll *.so *.dylib +*.bkp policy/cmd/polcli/polcli protogen provisioning/cmd/provisioning-service/provisioning-service diff --git a/deployments/docker/README.md b/deployments/docker/README.md index 1db29e2a..0be037b5 100644 --- a/deployments/docker/README.md +++ b/deployments/docker/README.md @@ -23,9 +23,11 @@ currently not supported). You can interact with the deployment via the `veraison` command. E.g.: $ veraison status - vts: stopped + vts: stopped provisioning: stopped verification: stopped + management: stopped + keycloak: stopped To start Veraison services run: @@ -39,9 +41,9 @@ Use the `-h` option to see the full list of available commands. ## Deployment Composition -The deployment exists on its own Docker network. Each of the three services -runs in its own container. Service logs and VTS stores reside inside docker -volumes, independent of any container. +The deployment exists on its own Docker network. Each of the services runs in +its own container. Service logs and VTS stores reside inside docker volumes, +independent of any container. ![deployment composition](./misc/veraison-docker-deployment.png) diff --git a/deployments/docker/misc/veraison-docker-deployment.png b/deployments/docker/misc/veraison-docker-deployment.png index 3b7f7a9b..8d7bec92 100644 Binary files a/deployments/docker/misc/veraison-docker-deployment.png and b/deployments/docker/misc/veraison-docker-deployment.png differ