|
| 1 | + partner-chains-node-1: |
| 2 | + container_name: partner-chains-node-1 |
| 3 | + image: ${PARTNER_CHAINS_NODE_IMAGE} |
| 4 | + platform: linux/amd64 |
| 5 | + volumes: |
| 6 | + - shared-volume:/shared |
| 7 | + - partner-chains-node-1-data:/data |
| 8 | + - ./configurations/partner-chains-nodes/partner-chains-node-1/entrypoint.sh:/entrypoint.sh |
| 9 | + - ./configurations/partner-chains-nodes/partner-chains-node-1/keystore:/keystore |
| 10 | + environment: |
| 11 | + DB_SYNC_POSTGRES_CONNECTION_STRING: "postgres://postgres:${POSTGRES_PASSWORD}@postgres:${POSTGRES_PORT}/cexplorer" |
| 12 | + DOLOS_MINIBF_URL: "http://dolos:${DOLOS_MINIBF_PORT}" |
| 13 | + CARDANO_DATA_SOURCE: "dolos" |
| 14 | + CARDANO_SECURITY_PARAMETER: "5" |
| 15 | + CARDANO_ACTIVE_SLOTS_COEFF: "0.4" |
| 16 | + MC__FIRST_EPOCH_NUMBER: "0" |
| 17 | + MC__FIRST_SLOT_NUMBER: "0" |
| 18 | + MC__EPOCH_DURATION_MILLIS: "120000" |
| 19 | + BLOCK_STABILITY_MARGIN: "0" |
| 20 | + entrypoint: ["/bin/bash", "/entrypoint.sh"] |
| 21 | + ports: |
| 22 | + - "30333:30333" |
| 23 | + - "9933:9933" |
| 24 | + - "9615:9615" |
| 25 | + restart: always |
| 26 | + deploy: |
| 27 | + resources: |
| 28 | + limits: |
| 29 | + cpus: ${CPU_PARTNER_CHAINS_NODE:-} |
| 30 | + memory: ${MEM_PARTNER_CHAINS_NODE:-} |
| 31 | + |
| 32 | + partner-chains-node-2: |
| 33 | + container_name: partner-chains-node-2 |
| 34 | + image: ${PARTNER_CHAINS_NODE_IMAGE} |
| 35 | + platform: linux/amd64 |
| 36 | + volumes: |
| 37 | + - partner-chains-node-2-data:/data |
| 38 | + - shared-volume:/shared |
| 39 | + - ./configurations/partner-chains-nodes/partner-chains-node-2/entrypoint.sh:/entrypoint.sh |
| 40 | + - ./configurations/partner-chains-nodes/partner-chains-node-2/keystore:/keystore |
| 41 | + environment: |
| 42 | + DB_SYNC_POSTGRES_CONNECTION_STRING: "postgres://postgres:${POSTGRES_PASSWORD}@postgres:${POSTGRES_PORT}/cexplorer" |
| 43 | + DOLOS_MINIBF_URL: "http://dolos:${DOLOS_MINIBF_PORT}" |
| 44 | + CARDANO_DATA_SOURCE: "dolos" |
| 45 | + CARDANO_SECURITY_PARAMETER: "5" |
| 46 | + CARDANO_ACTIVE_SLOTS_COEFF: "0.4" |
| 47 | + MC__FIRST_EPOCH_NUMBER: "0" |
| 48 | + MC__FIRST_SLOT_NUMBER: "0" |
| 49 | + MC__EPOCH_DURATION_MILLIS: "120000" |
| 50 | + BLOCK_STABILITY_MARGIN: "0" |
| 51 | + entrypoint: ["/bin/bash", "/entrypoint.sh"] |
| 52 | + ports: |
| 53 | + - "30334:30334" |
| 54 | + - "9934:9934" |
| 55 | + - "9616:9616" |
| 56 | + restart: always |
| 57 | + deploy: |
| 58 | + resources: |
| 59 | + limits: |
| 60 | + cpus: ${CPU_PARTNER_CHAINS_NODE:-} |
| 61 | + memory: ${MEM_PARTNER_CHAINS_NODE:-} |
| 62 | + |
| 63 | + partner-chains-node-3: |
| 64 | + container_name: partner-chains-node-3 |
| 65 | + image: ${PARTNER_CHAINS_NODE_IMAGE} |
| 66 | + platform: linux/amd64 |
| 67 | + volumes: |
| 68 | + - partner-chains-node-3-data:/data |
| 69 | + - shared-volume:/shared |
| 70 | + - ./configurations/partner-chains-nodes/partner-chains-node-3/entrypoint.sh:/entrypoint.sh |
| 71 | + - ./configurations/partner-chains-nodes/partner-chains-node-3/keystore:/keystore |
| 72 | + environment: |
| 73 | + DB_SYNC_POSTGRES_CONNECTION_STRING: "postgres://postgres:${POSTGRES_PASSWORD}@postgres:${POSTGRES_PORT}/cexplorer" |
| 74 | + DOLOS_MINIBF_URL: "http://dolos:${DOLOS_MINIBF_PORT}" |
| 75 | + CARDANO_DATA_SOURCE: "dolos" |
| 76 | + CARDANO_SECURITY_PARAMETER: "5" |
| 77 | + CARDANO_ACTIVE_SLOTS_COEFF: "0.4" |
| 78 | + MC__FIRST_EPOCH_NUMBER: "0" |
| 79 | + MC__FIRST_SLOT_NUMBER: "0" |
| 80 | + MC__EPOCH_DURATION_MILLIS: "120000" |
| 81 | + BLOCK_STABILITY_MARGIN: "0" |
| 82 | + entrypoint: ["/bin/bash", "/entrypoint.sh"] |
| 83 | + ports: |
| 84 | + - "30335:30335" |
| 85 | + - "9935:9935" |
| 86 | + - "9617:9617" |
| 87 | + restart: always |
| 88 | + deploy: |
| 89 | + resources: |
| 90 | + limits: |
| 91 | + cpus: ${CPU_PARTNER_CHAINS_NODE:-} |
| 92 | + memory: ${MEM_PARTNER_CHAINS_NODE:-} |
| 93 | + |
| 94 | + partner-chains-node-4: |
| 95 | + container_name: partner-chains-node-4 |
| 96 | + image: ${PARTNER_CHAINS_NODE_IMAGE} |
| 97 | + platform: linux/amd64 |
| 98 | + volumes: |
| 99 | + - partner-chains-node-4-data:/data |
| 100 | + - shared-volume:/shared |
| 101 | + - ./configurations/partner-chains-nodes/partner-chains-node-4/entrypoint.sh:/entrypoint.sh |
| 102 | + - ./configurations/partner-chains-nodes/partner-chains-node-4/keystore:/keystore |
| 103 | + - ./configurations/partner-chains-nodes/partner-chains-node-4/network:/network |
| 104 | + environment: |
| 105 | + DB_SYNC_POSTGRES_CONNECTION_STRING: "postgres://postgres:${POSTGRES_PASSWORD}@postgres:${POSTGRES_PORT}/cexplorer" |
| 106 | + DOLOS_MINIBF_URL: "http://dolos:${DOLOS_MINIBF_PORT}" |
| 107 | + CARDANO_DATA_SOURCE: "dolos" |
| 108 | + CARDANO_SECURITY_PARAMETER: "5" |
| 109 | + CARDANO_ACTIVE_SLOTS_COEFF: "0.4" |
| 110 | + MC__FIRST_EPOCH_NUMBER: "0" |
| 111 | + MC__FIRST_SLOT_NUMBER: "0" |
| 112 | + MC__EPOCH_DURATION_MILLIS: "120000" |
| 113 | + BLOCK_STABILITY_MARGIN: "0" |
| 114 | + entrypoint: ["/bin/bash", "/entrypoint.sh"] |
| 115 | + ports: |
| 116 | + - "30336:30336" |
| 117 | + - "9936:9936" |
| 118 | + - "9618:9618" |
| 119 | + restart: always |
| 120 | + deploy: |
| 121 | + resources: |
| 122 | + limits: |
| 123 | + cpus: ${CPU_PARTNER_CHAINS_NODE:-} |
| 124 | + memory: ${MEM_PARTNER_CHAINS_NODE:-} |
| 125 | + |
| 126 | + partner-chains-node-5: |
| 127 | + container_name: partner-chains-node-5 |
| 128 | + image: ${PARTNER_CHAINS_NODE_IMAGE} |
| 129 | + platform: linux/amd64 |
| 130 | + volumes: |
| 131 | + - partner-chains-node-5-data:/data |
| 132 | + - shared-volume:/shared |
| 133 | + - ./configurations/partner-chains-nodes/partner-chains-node-5/entrypoint.sh:/entrypoint.sh |
| 134 | + - ./configurations/partner-chains-nodes/partner-chains-node-5/keystore:/keystore |
| 135 | + - ./configurations/partner-chains-nodes/partner-chains-node-5/network:/network |
| 136 | + environment: |
| 137 | + DB_SYNC_POSTGRES_CONNECTION_STRING: "postgres://postgres:${POSTGRES_PASSWORD}@postgres:${POSTGRES_PORT}/cexplorer" |
| 138 | + DOLOS_MINIBF_URL: "http://dolos:${DOLOS_MINIBF_PORT}" |
| 139 | + CARDANO_DATA_SOURCE: "dolos" |
| 140 | + CARDANO_SECURITY_PARAMETER: "5" |
| 141 | + CARDANO_ACTIVE_SLOTS_COEFF: "0.4" |
| 142 | + MC__FIRST_EPOCH_NUMBER: "0" |
| 143 | + MC__FIRST_SLOT_NUMBER: "0" |
| 144 | + MC__EPOCH_DURATION_MILLIS: "120000" |
| 145 | + BLOCK_STABILITY_MARGIN: "0" |
| 146 | + entrypoint: ["/bin/bash", "/entrypoint.sh"] |
| 147 | + ports: |
| 148 | + - "30337:30337" |
| 149 | + - "9937:9937" |
| 150 | + - "9619:9619" |
| 151 | + restart: always |
| 152 | + deploy: |
| 153 | + resources: |
| 154 | + limits: |
| 155 | + cpus: ${CPU_PARTNER_CHAINS_NODE:-} |
| 156 | + memory: ${MEM_PARTNER_CHAINS_NODE:-} |
0 commit comments