Skip to content

Bennylavaa/wowchat-epoch-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WoWChat-Epoch Docker

WoWChat-Epoch is a Discord integration chat bot for Project Epoch.

This repo builds a docker image to run WoWChat-Epoch.

The architectures supported by this image are:

Architecture
amd64
armv8
armv7
armv6

docker-compose

---
version: "3"

services:
  wowchat:
    image: doctorbeefy/wowchat-epoch:latest
    container_name: wowchat
    volumes:
      - path/to/config/wowchat.conf:/wowchat.conf
    restart: unless-stopped

docker CLI

$ docker run -d \
  --name=wowchat \
  -v path/to/config/wowchat.conf:/wowchat.conf \
  --restart unless-stopped \
  doctorbeefy/wowchat-epoch:latest

Edit the https://github.com/Bennylavaa/wowchat-epoch/blob/master/src/main/resources/wowchat.conf to your needs and copy it into your /path/to/config directory. Now restart or deploy the container to apply the config changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published