Skip to content

Commit

Permalink
Uncomment cdk-validium-hermez-sequence-sender-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Apr 19, 2024
1 parent 9db2e90 commit d34797e
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,23 +80,23 @@ services:
networks:
- cdk-localnet

# cdk-validium-hermez-sequence-sender-1:
# container_name: cdk-sequence-sender
# image: 0xpolygon/cdk-validium-node:0.6.4-cdk.6
# restart: unless-stopped
# volumes:
# - ./config/node/sequencer-1.keystore:/pk/sequencer.keystore
# - ./config/node/cdk-validium-node-1.toml:/app/config.toml
# - ./config/node/genesis-1.json:/app/genesis.json
# command:
# - "/bin/sh"
# - "-c"
# - "/app/zkevm-node run --network custom --custom-network-file /app/genesis.json --cfg /app/config.toml --components \"sequence-sender\""
# depends_on:
# cdk-validium-node-1:
# condition: service_started
# networks:
# - cdk-localnet
cdk-validium-hermez-sequence-sender-1:
container_name: cdk-sequence-sender
image: 0xpolygon/cdk-validium-node:0.6.4-cdk.6
restart: unless-stopped
volumes:
- ./config/node/sequencer-1.keystore:/pk/sequencer.keystore
- ./config/node/cdk-validium-node-1.toml:/app/config.toml
- ./config/node/genesis-1.json:/app/genesis.json
command:
- "/bin/sh"
- "-c"
- "/app/zkevm-node run --network custom --custom-network-file /app/genesis.json --cfg /app/config.toml --components \"sequence-sender\""
depends_on:
cdk-validium-node-1:
condition: service_started
networks:
- cdk-localnet

cdk-validium-cdk-sequence-sender-1:
container_name: cdk-sequence-sender
Expand Down Expand Up @@ -179,4 +179,4 @@ services:

networks:
cdk-localnet:
driver: bridge
driver: bridge

0 comments on commit d34797e

Please sign in to comment.