Docker

You can use the official image mrcraftcod/channel-points-miner-viewer. Main branch as well as develop branch are available with their respective tags.

Sometimes some experimental branches are also built to be experimented with.

Here’s an example dockerfile:

Basic docker-compose example
version: "3"

services:
  viewer:
    image: mrcraftcod/channel-points-miner-viewer:latest
    environment:
        JDK_JAVA_OPTIONS: "-Dspring.config.location=file:/usr/src/app/application-docker.yml -Dspring.profiles.active=docker"
    volumes:
      - ./application-docker.yml:/usr/src/app/application-docker.yml:ro