Skip to content

Commit ee170de

Browse files
localnet docs update (#1051)
* localnet docs update [ci] Signed-off-by: Peter Kvokacka <peter.kvokacka@digitalasset.com> * fix rst [ci] Signed-off-by: Peter Kvokacka <peter.kvokacka@digitalasset.com> * fix rst [ci] Signed-off-by: Peter Kvokacka <peter.kvokacka@digitalasset.com> * update doc [static] Signed-off-by: Peter Kvokacka <peter.kvokacka@digitalasset.com> --------- Signed-off-by: Peter Kvokacka <peter.kvokacka@digitalasset.com>
1 parent e140348 commit ee170de

File tree

4 files changed

+171
-253
lines changed

4 files changed

+171
-253
lines changed

cluster/compose/localnet/README.md

Lines changed: 0 additions & 193 deletions
This file was deleted.

cluster/compose/localnet/compose.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Variables for substitution in docker-compose file, but also propagates as --env-file
1+
## Variables for substitution in docker-compose files
22
## Container specific variables are placed in the respective container's --env-file
33

44
IMAGE_REPO=${IMAGE_REPO:-ghcr.io/digital-asset/decentralized-canton-sync/docker/} # Publicly released images

cluster/compose/localnet/compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ services:
195195
swagger-ui:
196196
image: swaggerapi/swagger-ui
197197
container_name: swagger-ui
198-
volumes:
199-
- ${LOCALNET_DIR}/docker/swagger-ui/entrypoint.sh:/entrypoint.sh
200198
environment:
201199
URLS: '[{"url": "http://canton.localhost:${APP_PROVIDER_UI_PORT}/docs/openapi", "name": "app-provider"},
202200
{"url": "http://canton.localhost:${APP_USER_UI_PORT}/docs/openapi", "name": "app-user"},

0 commit comments

Comments
 (0)