LogoLogo
HomeDonateBastion HQ
  • Introduction
  • 📑Prerequisites
    • Add Bot to Server
    • Setup Database
    • Get API Keys
  • 📥Install
    • Install on Linux
    • Install on macOS
    • Install on Windows
    • Install on DigitalOcean
    • Install on Docker
  • ⚙️Configure
    • Configure Bastion
    • Publish Commands
  • ▶️Run
    • Run on Linux
    • Run on macOS
    • Run on Windows
    • Run on Docker
  • 📤Update
    • Update on Linux
    • Update on macOS
    • Update on Windows
    • Update on Docker
  • 👩‍💻Developers
    • Code of Conduct
    • Contributing Guidelines
      • Issues
      • Pull Requests
  • 🪜Migrate
    • Upgrade from v8 to v10
Powered by GitBook

Copyright © 2022 — TRACTION

On this page
  • Downloading the Docker Image
  • Configuring Bastion

Was this helpful?

Edit on GitHub
Export as PDF
  1. Install

Install on Docker

PreviousInstall on DigitalOceanNextConfigure Bastion

Last updated 8 months ago

Was this helpful?

Downloading the Docker Image

First you need to get Bastion's Docker image from GitHub Container Registry:

docker pull ghcr.io/thebastionbot/bastion

This will download and save Bastion's docker image on your system.

Configuring Bastion

Create a directory for Bastion where you want to store the settings for Bastion.

Now, download the example settings file and save it as settings.yaml inside the directory.

This file will be shared with Bastion's Docker container so you can directly configure Bastion's settings outside the container.

📥
GitHubGitHub
https://raw.github.com/TheBastionBot/Bastion/main/settings.example.yaml
Check the guide for more info on this file.
Configure Bastion
Logo