From c59e65a084c13654feebcfc1124e3cc17078356b Mon Sep 17 00:00:00 2001 From: Jason Sherman Date: Wed, 25 Oct 2023 11:07:31 -0700 Subject: [PATCH] Playground needs optionally external network Signed-off-by: Jason Sherman --- demo/playground/docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/demo/playground/docker-compose.yml b/demo/playground/docker-compose.yml index 7488d8f934..29d8839533 100644 --- a/demo/playground/docker-compose.yml +++ b/demo/playground/docker-compose.yml @@ -4,7 +4,7 @@ # and restart the docker containers without losing your wallet data # If you want to delete your wallet data just run `docker volume ls -q | xargs docker volume rm` # -# If you want to enable tracing, see elk-stack. Ensure elk-stack is running, uncomment the ACAPY_TRACE environement variables and run `docker compose up` +# If you want to enable tracing, see elk-stack. Ensure elk-stack is running, uncomment the ACAPY_TRACE environment variables and run `docker compose up` version: "3" @@ -12,9 +12,11 @@ networks: app-network: name: ${APP_NETWORK_NAME:-playgroundnet} driver: bridge + external: ${APP_NETWORK_EXTERNAL:-false} elk-network: name: ${ELK_NETWORK_NAME:-elknet} driver: bridge + external: true services: ngrok-faber-alice: