GithubHelp home page GithubHelp logo

Comments (5)

dmncr avatar dmncr commented on June 3, 2024

Hi,

Just got it working by copying the config file and then building the container locally.

  1. Check out the source code
  2. Copy the configLocal-sample.ts => configLocal.ts (as per the instructions)
  3. Run the run docker-compose up => voila

I just removed the "image: wolfbot-docker/latest" part from the docker-compose file completely.
Here's how it looks now:

version: "3"
services:
  wolfbot:
    build: .
    restart: unless-stopped
    container_name: wolfbot
    ports:
      - "8331:8331"
      - "8332:8332"
    depends_on:
      - mongodb
  mongodb:
    image: mongo:latest
    container_name: mongodb
    environment:
      - MONGO_DATA_DIR=/data/db
      - MONGO_LOG_DIR=/dev/null
    volumes:
      - /somelocalpathforpersistenmongodbstorage:/data/db

from wolfbot.

kanieloutist avatar kanieloutist commented on June 3, 2024

Worked for me. THX.

Now the next one, the WebUI says:
You are not authorized to access this application. Please contact the administrator for an API-Key.

My API-Key from my exchange or what or is it not possible to use without buying subscription from wolfbot webiste?

from wolfbot.

dmncr avatar dmncr commented on June 3, 2024

Nice =)

Yeah, tried removing the pre-set api-key from the configLocal-sample but it still asked for it (after navigating around for a bit). Tried setting my own and sending it as well and didn't work (or I did it the wrong way, not sure). Got stuck here as well for this bot.

from wolfbot.

kanieloutist avatar kanieloutist commented on June 3, 2024

Nice =)

Yeah, tried removing the pre-set api-key from the configLocal-sample but it still asked for it (after navigating around for a bit). Tried setting my own and sending it as well and didn't work (or I did it the wrong way, not sure). Got stuck here as well for this bot.

Me too and no one wants to help in discord channel :(
I think only the paying people were supported.

from wolfbot.

Ekliptor avatar Ekliptor commented on June 3, 2024

if you run docker build before compose it works with the provided image. otherwise see the suggestion by @dmncr

from wolfbot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.