Sign inSign up

uniquenetwork/unique-node-public

By uniquenetwork

Updated 10 months ago

Official repository for Unique Network Node

Image
0

2.6K

uniquenetwork/unique-node-public repository overview

Usage

This is official docker image for Unique Network Node. Please use appropriate tag.

Note: this docker-compose file works from v10170080 image tag.

version: "3.7"

services:
  unique_node:
    image: uniquenetwork/unique-node-public:latest
    container_name: unique_node
    volumes:
      - ./data:/unique/data
    ports:
      - 9833:9833
      - 40333:40333
      - 30333:30333
    restart: unless-stopped
    command:  >
      --state-pruning archive
      --blocks-pruning archive
      --sync Full
      --pool-type=fork-aware 
      --base-path /unique/data
      --chain /unique/chain-specs/unique.json
      --node-key-file /unique/unique-node-key
      --port 30333
      --rpc-port 9833
      --no-prometheus
      --no-mdns
      --no-telemetry
      --unsafe-rpc-external
      --rpc-cors=all
      --
      --sync Full
      --chain /unique/chain-specs/polkadot.json
      --port 40333
      --rpc-port 9933
      --no-prometheus
      --no-mdns
      --no-telemetry

Tag summary

Content type

Image

Digest

sha256:e816f0afb

Size

99.8 MB

Last updated

10 months ago

docker pull uniquenetwork/unique-node-public