This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Access Bank": "044", | |
"Access Bank (Diamond)": "063", | |
"ALAT by WEMA": "035A", | |
"ASO Savings and Loans": "401", | |
"Bowen Microfinance Bank": "50931", | |
"CEMCS Microfinance Bank": "50823", | |
"Citibank Nigeria": "023", | |
"Ecobank Nigeria": "050", | |
"Ekondo Microfinance Bank": "562", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.8' | |
services: | |
eureka-server: | |
image: dockerspringgcp-eurekaserver:0.0.1-SNAPSHOT | |
build: eurekaserver/ | |
ports: | |
- 8761:8761 | |
eureka-client: | |
image: dockerspringgcp-eaurekaclient:0.0.1-SNAPSHOT | |
build: eaurekaclient/ |