-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tutorial] Running on Docker with Docker-Compose #43
Comments
Sorry to state the obvious - What do you mean by "Bezerk" - I am not fully aware of Github so trying to look where that is. |
Look at the .env.example |
@uchihaservice to run logger you don't need bezerk, just remove AFAIK bezerk is only needed for the main Logger / Patron Logger bots, not the selfhosted bots.
|
Do you have slash commands? I used the docker setup and only have text commands. |
@minecrafterty1 did you use |
Ah, sorry about that |
What sentry URI do I provide it? I've installed Sentry as a docker container, so I just need to give it a URI. I am bit confused what it wants in the env field for RAVEN_URI= The next question I have is - How do we get the bot dashboard up? I can expose that which isn't difficult, I just need to know what port or configuration I need to do to allow me to view it. With Bezerk also, I run into the issue with it stating "Error: Cannot find module 'dotenv'" as obviously it needs to NPM I first, but sadly running that as an additional command inside the container will just throw access denied error. |
Also for Docker, try to use the selfhost branch on the repo, Curtis/Piero added Docker support in that branch. |
Regarding the patreon additions that existed with this bot, hopefully we can have someone make a pull request or Ill pay for it honestly so they can add the features that are missing. |
|
I'm not sure how to get Bezerk working. The link here is telling me, "The owner has archived this repository on Dec 2, 2019. It is now read-only.". I don't know what I'm supposed to do here. Can you help me, please? |
@DrMemoryFish Bezerk isn't needed for selfhosting users, just leave the .env fields blank |
Hey everyone,
Here is a docker compose file.
The bot works perfectly with it. If you want to set it up quickly.
Please create the following folders
logger
bezerk
Clone logger to /logger/
Clone bezerk to /bezerz/.
After that you can run
docker-compose up -d
without any problems.Run
node src/miscellaneous/generateDB.js
before the first start & adjust the .env.The text was updated successfully, but these errors were encountered: