Running with Docker
Running with Docker
Prerequisites
Starting a connector (using in-memory database and in-memory Redis)
docker run -p 8080:8080 -it interledger4j/java-ilpv4-connector:nightlyStarted ConnectorApplication in 6.912 secondscurl http://localhost:8080/accounts -H 'Authorization: Basic YWRtaW46cGFzc3dvcmQ='Starting a connector (using external Postgres database and external Redis)
Running Postgres and Redis in docker
Configuring java-ilpv4-connector to connect to external Postgres and Redis instances:
Configuration flags available via docker
Configuring Java VM options with docker
Last updated
Was this helpful?