Skip to content

Commit

Permalink
Merge pull request #47 from anwalker293/main
Browse files Browse the repository at this point in the history
feat: update ACA-Py to 0.8.2-rc0
  • Loading branch information
dbluhm authored Jul 11, 2023
2 parents 290bae6 + 100c8b7 commit 8bccf7f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
16 changes: 10 additions & 6 deletions docker-compose.tunnels.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
alice:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.8.1-rc2
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.8.2
#image: bcgovimages/aries-cloudagent:py36-1.16-1_0.7.5
#image: bcgovimages/aries-cloudagent:py36-1.16-1_1.0.0-rc0
# image: acapy-test-image
Expand Down Expand Up @@ -39,7 +39,7 @@ services:
condition: service_started

bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.8.1-rc2
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.8.2
#image: bcgovimages/aries-cloudagent:py36-1.16-1_0.7.5
#image: bcgovimages/aries-cloudagent:py36-1.16-1_1.0.0-rc0
# image: acapy-test-image
Expand Down Expand Up @@ -102,8 +102,12 @@ services:
condition: service_healthy

tunnel-tails:
image: wernight/ngrok
command: ngrok http tails:6543 --bind-tls false --log stdout
image: ngrok/ngrok
command: start --all
environment:
- NGROK_CONFIG=/etc/ngrok.yml
volumes:
- ./ngrok.yml:/etc/ngrok.yml

tails:
image: ghcr.io/bcgov/tails-server:latest
Expand All @@ -112,8 +116,8 @@ services:
environment:
- GENESIS_URL=https://raw.githubusercontent.com/Indicio-tech/indicio-network/main/genesis_files/pool_transactions_testnet_genesis
command: >
tails-server
--host 0.0.0.0
tails
--host 0.0.0.0
--port 6543
--storage-path /tmp/tails-files
--log-level INFO
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
alice:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.8.1-rc2
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.8.2
#image: bcgovimages/aries-cloudagent:py36-1.16-1_0.7.5
#image: bcgovimages/aries-cloudagent:py36-1.16-1_1.0.0-rc0
# image: acapy-test-image
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
condition: service_started

bob:
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.8.1-rc2
image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-indy-1.16.0-0.8.2
#image: bcgovimages/aries-cloudagent:py36-1.16-1_0.7.5
#image: bcgovimages/aries-cloudagent:py36-1.16-1_1.0.0-rc0
# image: acapy-test-image
Expand Down
8 changes: 8 additions & 0 deletions ngrok.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
log: stdout
tunnels:
tails:
addr: tails:6543
inspect: false
proto: http
version: 2
web_addr: 0.0.0.0:4040

0 comments on commit 8bccf7f

Please sign in to comment.