Sign inSign up

artborax/cryptoreaper

By artborax

•Updated about 2 years ago

Cryptocurrency trading bot

Image
API management
Internet of things
Machine learning & AI
0

586

artborax/cryptoreaper repository overview

Docker compose file:

version: '3.8'
services:
  minegods_back:
    image: artborax/cryptoreaper:latest
    container_name: cryptoreaper_cont
    restart: unless-stopped
    volumes:
      - ./logs:/app/logs
      - ./config:/app/config

In the configuration file, set the value for BetterConsole to false.

To view logs in real time, you can use the command:

docker attach --sig-proxy=false cryptoreaper_cont

Tag summary

Content type

Image

Digest

sha256:626199d7b…

Size

249.2 MB

Last updated

about 2 years ago

docker pull artborax/cryptoreaper