eritislami / evobot

🤖 EvoBot is a Discord Music Bot built with TypeScript + Discord.js, includes Docker builds & localization in 20+ languages
MIT License
1.85k stars 2.01k forks source link

🚀 Docker Compose file with explanation #1639

Closed DaanSelen closed 3 months ago

DaanSelen commented 3 months ago

Is your feature request related to a problem? Please describe. Is there a Docker-compose.yaml file?

Describe the solution you'd like A working docker compose file, with perhaps a precompiled Docker image.

Describe alternatives you've considered Compiling it myself every time once there is an update.

j0hnVu commented 3 months ago
name: evobot-1
services:
    evobot:
        environment:
            - TOKEN="YOUR_TOKEN"
        image: eritislami/evobot
        restart: always

I've been using this for a while. Maybe this is what you are looking for?