Skip to content

Instantly share code, notes, and snippets.

View wizardoma's full-sized avatar
🤗
Always learning and exploring

Ibekason Alexander Onyebuchi wizardoma

🤗
Always learning and exploring
View GitHub Profile
@wizardoma
wizardoma / banks.json
Created January 22, 2023 07:01 — forked from LordGhostX/banks.json
List of Nigerian Banks and Codes
{
"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",
@wizardoma
wizardoma / docker-compose.yml
Created August 1, 2021 09:45
Docker Spring Google Cloud Platform docker-compose.yml
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/