Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
Update to new repo location
  • Loading branch information
hammertoe authored Nov 15, 2023
1 parent 24b5f5b commit b8b9abf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:

ipc-testnode:
profiles: ["testnode"]
image: ghcr.io/hammertoe/ipc-dx-docker:sha-ec6b927
image: ghcr.io/consensus-shipyard/ipc-dx-docker:sha-ec6b927
network_mode: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand All @@ -13,7 +13,7 @@ services:

ipc-testnet:
profiles: ["testnet"]
image: ghcr.io/hammertoe/ipc-dx-docker:sha-ec6b927
image: ghcr.io/consensus-shipyard/ipc-dx-docker:sha-ec6b927
network_mode: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand All @@ -22,7 +22,7 @@ services:
command: ["cd fendermint && cargo make -e BASE_DIR=/tmp/data/.ipc/${SUBNET_ID} -e SUBNET_ID=${SUBNET_ID} --makefile ./infra/Makefile.toml testnet"]

ipc:
image: ghcr.io/hammertoe/ipc-dx-docker:sha-ec6b927
image: ghcr.io/consensus-shipyard/ipc-dx-docker:sha-ec6b927
network_mode: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand All @@ -34,4 +34,4 @@ services:
image: ghcr.io/consensus-shipyard/ipc-cli-docker:sha-a49ff98
network_mode: host
volumes:
- ~:/root
- ~:/root

0 comments on commit b8b9abf

Please sign in to comment.