Skip to content

Running Master Bot with Docker

Bacon Fixation edited this page Aug 25, 2022 · 9 revisions

Docker Setup

Installing Docker

I recommend Docker Desktop, but either will work
https://docs.docker.com/engine/install/

if you are not using the Desktop version of Docker, you may also need to install the docker compose plugin
https://docs.docker.com/compose/install/

Configuring .env for Docker

If you haven't created a .env yet Note Inside the ./Master-Bot/ folder, there is a file called docker.
it is not necessary to change these

Starting Everything

run docker compose --env-file docker.env up -d --build in the root folder.
It may take a minute for everything to build but, that is it.