Skip to content

Commit

Permalink
Switch back to seelabs container
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadari committed Oct 25, 2023
1 parent 5ba7587 commit b2741d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Pull images from docker
run: |
docker pull rippleci/rippled:2.0.0-b4
docker pull rippleci/xbwd
docker pull seelabs/xbridge-witness
- name: Run tests
id: runTests
Expand Down
20 changes: 10 additions & 10 deletions xbridge_cli/server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ services:

witness0:
container_name: witness0
image: rippleci/xbwd
image: seelabs/xbridge-witness
platform: linux/amd64
command: "/opt/xbwd/bin/xbridge_witnessd --conf /opt/witness/witness.json"
command: "/opt/witness/witness.json"
volumes:
- ${XCHAIN_CONFIG_DIR}/witness0:/opt/witness/
ports:
Expand All @@ -46,9 +46,9 @@ services:

witness1:
container_name: witness1
image: rippleci/xbwd
image: seelabs/xbridge-witness
platform: linux/amd64
command: "/opt/xbwd/bin/xbridge_witnessd --conf /opt/witness/witness.json"
command: "/opt/witness/witness.json"
volumes:
- ${XCHAIN_CONFIG_DIR}/witness1:/opt/witness/
ports:
Expand All @@ -59,9 +59,9 @@ services:

witness2:
container_name: witness2
image: rippleci/xbwd
image: seelabs/xbridge-witness
platform: linux/amd64
command: "/opt/xbwd/bin/xbridge_witnessd --conf /opt/witness/witness.json"
command: "/opt/witness/witness.json"
volumes:
- ${XCHAIN_CONFIG_DIR}/witness2:/opt/witness/
ports:
Expand All @@ -72,9 +72,9 @@ services:

witness3:
container_name: witness3
image: rippleci/xbwd
image: seelabs/xbridge-witness
platform: linux/amd64
command: "/opt/xbwd/bin/xbridge_witnessd --conf /opt/witness/witness.json"
command: "/opt/witness/witness.json"
volumes:
- ${XCHAIN_CONFIG_DIR}/witness3:/opt/witness/
ports:
Expand All @@ -85,9 +85,9 @@ services:

witness4:
container_name: witness4
image: rippleci/xbwd
image: seelabs/xbridge-witness
platform: linux/amd64
command: "/opt/xbwd/bin/xbridge_witnessd --conf /opt/witness/witness.json"
command: "/opt/witness/witness.json"
volumes:
- ${XCHAIN_CONFIG_DIR}/witness4:/opt/witness/
ports:
Expand Down

0 comments on commit b2741d2

Please sign in to comment.