This commit is contained in:
Para Dox
2025-04-13 12:43:14 +07:00
parent a665373b50
commit b12c5fd113
14 changed files with 28 additions and 0 deletions

View File

@@ -50,6 +50,8 @@ services:
WS_PATH: /ext/bc/C/ws WS_PATH: /ext/bc/C/ws
WS_PORT: 9650 WS_PORT: 9650
restart: unless-stopped restart: unless-stopped
depends_on:
- avalanche-fuji-archive-client
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -50,6 +50,8 @@ services:
WS_PATH: /ext/bc/C/ws WS_PATH: /ext/bc/C/ws
WS_PORT: 9650 WS_PORT: 9650
restart: unless-stopped restart: unless-stopped
depends_on:
- avalanche-fuji-client
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -50,6 +50,8 @@ services:
WS_PATH: /ext/bc/C/ws WS_PATH: /ext/bc/C/ws
WS_PORT: 9650 WS_PORT: 9650
restart: unless-stopped restart: unless-stopped
depends_on:
- avalanche-mainnet-archive-client
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -50,6 +50,8 @@ services:
WS_PATH: /ext/bc/C/ws WS_PATH: /ext/bc/C/ws
WS_PORT: 9650 WS_PORT: 9650
restart: unless-stopped restart: unless-stopped
depends_on:
- avalanche-mainnet-client
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -41,6 +41,8 @@ services:
WS_PATH: / WS_PATH: /
WS_PORT: 8546 WS_PORT: 8546
restart: unless-stopped restart: unless-stopped
depends_on:
- rootstock-bamboo-archive-client
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -42,6 +42,8 @@ services:
WS_PATH: / WS_PATH: /
WS_PORT: 8546 WS_PORT: 8546
restart: unless-stopped restart: unless-stopped
depends_on:
- rootstock-mainnet-archive-client
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -51,6 +51,8 @@ services:
WS_PATH: '' WS_PATH: ''
WS_PORT: 8546 WS_PORT: 8546
restart: unless-stopped restart: unless-stopped
depends_on:
- viction-mainnet-archive-client
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -51,6 +51,8 @@ services:
WS_PATH: '' WS_PATH: ''
WS_PORT: 8546 WS_PORT: 8546
restart: unless-stopped restart: unless-stopped
depends_on:
- viction-mainnet-client
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -51,6 +51,8 @@ services:
WS_PATH: '' WS_PATH: ''
WS_PORT: 8546 WS_PORT: 8546
restart: unless-stopped restart: unless-stopped
depends_on:
- viction-testnet-archive-client
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -51,6 +51,8 @@ services:
WS_PATH: '' WS_PATH: ''
WS_PORT: 8546 WS_PORT: 8546
restart: unless-stopped restart: unless-stopped
depends_on:
- viction-testnet-client
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -63,6 +63,8 @@ services:
WS_PATH: '' WS_PATH: ''
WS_PORT: 8546 WS_PORT: 8546
restart: unless-stopped restart: unless-stopped
depends_on:
- zksync-era-mainnet-archive-client
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -63,6 +63,8 @@ services:
WS_PATH: '' WS_PATH: ''
WS_PORT: 8546 WS_PORT: 8546
restart: unless-stopped restart: unless-stopped
depends_on:
- zksync-era-mainnet-client
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -63,6 +63,8 @@ services:
WS_PATH: '' WS_PATH: ''
WS_PORT: 8546 WS_PORT: 8546
restart: unless-stopped restart: unless-stopped
depends_on:
- zksync-era-sepolia-archive-client
networks: networks:
- chains - chains
volumes: volumes:

View File

@@ -63,6 +63,8 @@ services:
WS_PATH: '' WS_PATH: ''
WS_PORT: 8546 WS_PORT: 8546
restart: unless-stopped restart: unless-stopped
depends_on:
- zksync-era-sepolia-client
networks: networks:
- chains - chains
volumes: volumes: