rogargon / alcala

Permissioned Network Access Control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alcalá

Permissioned Network Access Control

CircleCI codecov

Alcalá is one of the five old royal gates that give access to the city of Madrid (Spain)

Alcalá

Build and Run Docker Image

First, to create the image and tag it `alcala:latest, execute the following command:

docker build . --tag alcala

Then, run a container named alcala with the generated image and BACKEND_URL http://back.end/rpc, available at host port 8080:

docker run -p 8080:3000 -e BACKEND_RPC=http://back.end/rpc --name alcala alcala

About

Permissioned Network Access Control

License:Apache License 2.0


Languages

Language:TypeScript 92.0%Language:Dockerfile 5.2%Language:JavaScript 2.8%