Skip to content

Commit

Permalink
Playground needs optionally external network
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Sherman <[email protected]>
  • Loading branch information
usingtechnology committed Oct 25, 2023
1 parent f7db243 commit c59e65a
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 c59e65a

Please sign in to comment.