Skip to content

Commit 388d31a

Browse files
Remove hyperlane-init-two-evm-chains from container
1 parent 4065a7a commit 388d31a

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

ICA-based forwarding/docker-compose.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -208,24 +208,6 @@ services:
208208
networks:
209209
- celestia-zkevm-net
210210

211-
hyperlane-init-two-evm-chains:
212-
build:
213-
context: ../hyperlane
214-
dockerfile: Dockerfile
215-
container_name: hyperlane-init-two-evm-chains
216-
volumes:
217-
- hyperlane:/home/hyperlane/
218-
depends_on:
219-
celestia-validator:
220-
condition: service_healthy
221-
reth:
222-
condition: service_started
223-
reth-2:
224-
condition: service_started
225-
restart: "no"
226-
networks:
227-
- celestia-zkevm-net
228-
229211
relayer:
230212
image: gcr.io/abacus-labs-dev/hyperlane-agent:main
231213
platform: linux/amd64
@@ -238,8 +220,6 @@ services:
238220
depends_on:
239221
hyperlane-init:
240222
condition: service_completed_successfully
241-
hyperlane-init-two-evm-chains:
242-
condition: service_completed_successfully
243223
networks:
244224
- celestia-zkevm-net
245225

0 commit comments

Comments
 (0)