Code Monkey home page Code Monkey logo

nadecker's Introduction

NadekoBot + Docker = Nadecker!

Containerized Kwoth's NadekoBot for Discord for easy deployment. Forked from willysunny's Dockerfile.

Tags

latest

Corresponds to the latest release of NadekoBot.

latest-pre

Corresponds to the latest pre-release of NadekoBot.

[numbered version]

Corresponds to a particular tag from NadekoBot's tags list. Available tags are 2.16.7 and upwards.

Usage

Example docker run command:

docker run \
  --name=nadekobot \
  -v nadekobot-conf:/root/nadeko \
  -v nadekobot-data:/opt/NadekoBot/src/NadekoBot/bin/Release/netcoreapp2.0/data \
  -v nadekobot-data:/opt/NadekoBot/src/NadekoBot/data \
  1mmortal/nadecker:latest-pre

Example contents of a docker-stack.yml file for use with Docker Swarm Stack:

version: '3.7'

services:
  nadekobot:
    image: 1mmortal/nadecker:latest-pre
    deploy:
      restart_policy:
        condition: on-failure
        delay: 20s
        max_attempts: 3
        window: 60s
      placement:
        constraints: [node.role == worker]
    volumes:
      - nadekobot-conf:/root/nadeko
      - nadekobot-data:/opt/NadekoBot/src/NadekoBot/bin/Release/netcoreapp2.1/data
      - nadekobot-data:/opt/NadekoBot/src/NadekoBot/data

volumes:
  nadekobot-data:
  nadekobot-conf:

Then deploy the stack by running docker stack deploy -c docker-stack.yml nadekobot

nadecker's People

Contributors

im-mortal avatar willysunny avatar

Watchers

 avatar

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.