Skip to content

Commit

Permalink
revert local test changes
Browse files Browse the repository at this point in the history
Signed-off-by: 2byrds <[email protected]>
  • Loading branch information
2byrds committed Jun 14, 2024
1 parent badc2b4 commit 2c889ea
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/witness-demo/wan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dt": "2022-01-20T12:57:59.823350+00:00",
"wan": {
"dt": "2022-01-20T12:57:59.823350+00:00",
"curls": ["tcp://localhost:5632/", "http://localhost:5642/"]
"curls": ["tcp://witness-demo:5632/", "http://witness-demo:5642/"]
},
"iurls": []
}
2 changes: 1 addition & 1 deletion config/witness-demo/wes.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"wes": {
"dt": "2022-01-20T12:57:59.823350+00:00",
"curls": ["tcp://localhost:5634/", "http://localhost:5644/"]
"curls": ["tcp://witness-demo:5634/", "http://witness-demo:5644/"]
},
"dt": "2022-01-20T12:57:59.823350+00:00",
"iurls": []
Expand Down
2 changes: 1 addition & 1 deletion config/witness-demo/wil.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"wil": {
"dt": "2022-01-20T12:57:59.823350+00:00",
"curls": ["tcp://localhost:5633/", "http://localhost:5643/"]
"curls": ["tcp://witness-demo:5633/", "http://witness-demo:5643/"]
},
"dt": "2022-01-20T12:57:59.823350+00:00",
"iurls": []
Expand Down
2 changes: 1 addition & 1 deletion config/witness-demo/wit.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"wit": {
"dt": "2022-01-20T12:57:59.823350+00:00",
"curls": ["tcp://localhost:5635/", "http://localhost:5645/"]
"curls": ["tcp://witness-demo:5635/", "http://witness-demo:5645/"]
},
"dt": "2022-01-20T12:57:59.823350+00:00",
"iurls": []
Expand Down
2 changes: 1 addition & 1 deletion config/witness-demo/wub.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"wub": {
"dt": "2022-01-20T12:57:59.823350+00:00",
"curls": ["tcp://localhost:5636/", "http://localhost:5646/"]
"curls": ["tcp://witness-demo:5636/", "http://witness-demo:5646/"]
},
"dt": "2022-01-20T12:57:59.823350+00:00",
"iurls": []
Expand Down
2 changes: 1 addition & 1 deletion config/witness-demo/wyz.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"wyz": {
"dt": "2022-01-20T12:57:59.823350+00:00",
"curls": ["tcp://localhost:5637/", "http://localhost:5647/"]
"curls": ["tcp://witness-demo:5637/", "http://witness-demo:5647/"]
},
"dt": "2022-01-20T12:57:59.823350+00:00",
"iurls": []
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- 7723:7723

keria:
image: ${KERIA_IMAGE:-weboftrust/keria}:${KERIA_IMAGE_TAG:-latest}
image: 2byrds/keria:latest
environment:
- KERI_AGENT_CORS=1
- KERI_URL=http://keria:3902
Expand Down Expand Up @@ -78,7 +78,7 @@ services:
depends_on:
vlei-server:
condition: service_healthy
# keria:
# condition: service_healthy
keria:
condition: service_healthy
witness-demo:
condition: service_healthy

0 comments on commit 2c889ea

Please sign in to comment.