Rxflex / some-shs

A collection of useful Docker images and their sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bastion (Discord moderation bot) build bastion
Currently supports: amd64, arm64, arm/v7

Original github - https://github.com/TheBastionBot/Bastion
Docker image - https://hub.docker.com/r/darkyghost/bastion-docker

ENV for image:

BASTION_API_AUTH=
BASTION_API_PORT=8377
BASTION_MUSIC_ACTIVITY=true
BASTION_RELAY_DMS=false
STARTUP_CMD=npm start
TESSERACT_BOT_ID=...
TESSERACT_BOT_TOKEN=...
TESSERACT_MONGO_URI=mongodb+srv://...
TESSERACT_UNSAFE_MODE=false

To run this image, run command:

docker run -d -t -i -e BASTION_API_AUTH='' \ 
-e BASTION_API_PORT=8377 \
-e BASTION_MUSIC_ACTIVITY=true \
-e BASTION_RELAY_DMS=false \
-e STARTUP_CMD='npm start' \
-e TESSERACT_BOT_ID='...' \
-e TESSERACT_BOT_TOKEN='...' \
-e TESSERACT_MONGO_URI='mongodb+srv://...' \
-e TESSERACT_UNSAFE_MODE=false \
--name bastion darkyghost/bastion-docker:latest

About

A collection of useful Docker images and their sources


Languages

Language:Shell 68.6%Language:Dockerfile 31.4%