Sign inSign up

uniquenetwork/web

By uniquenetwork

Updated 12 months ago

Web Service of Unique Network

Image
0

10K+

uniquenetwork/web repository overview

Unique Network Rest Docker image

dockerhub

How to use this image

start container with command

docker run -p 3000:3000 -e CHAIN_WS_URL=wss://ws-quartz.unique.network uniquenetwork/rest:latest

... or via docker-compose

version: '3'

services:
  rest:
    image: uniquenetwork/rest:latest
    ports:
      - '3000:3000'
    environment:
      - CHAIN_WS_URL=wss://ws-quartz.unique.network

explore available methods on

http://localhost:3000/swagger/

Environment Variables

Required variables
CHAIN_WS_URL=wss://ws-quartz.unique.network

Other variables are optional, full list is available in Rest docs

Tag summary

Content type

Image

Digest

sha256:76dbaa4dc

Size

449.6 MB

Last updated

12 months ago

docker pull uniquenetwork/web