Skip to content

Commit

Permalink
Merge pull request #2564 from usingtechnology/issue-2555-playground-s…
Browse files Browse the repository at this point in the history
…cripts-network

Playground needs optionally external network
  • Loading branch information
dbluhm authored Oct 25, 2023
2 parents f7db243 + c59e65a commit 8311adc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo/playground/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@
# 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"


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:
Expand Down

0 comments on commit 8311adc

Please sign in to comment.