eritislami/evobot

๐Ÿš€ Docker-compose file

Closed this issue ยท 1 comments

Is your feature request related to a problem? Please describe.
I would like to ask if you could make docker-compose.yml file so we can deploy this using it.

Describe the solution you'd like
There is docker support but docker-compose.yml would make things much easier and more flexible.

Describe alternatives you've considered
Well, besides regular docker usage and me not knowing how to help with docker-compose.yml as i am not aware of all code details about this bot, i am not able to make it on my own.

Additional context
/

version: "3"
services:
  evobot:
    image: eritislami/evobot
    container_name: evobot
    restart: always
    environment:
      TOKEN: 
      MAX_PLAYLIST_SIZE: 10
      PRUNING: false
      LOCALE: "en"
      DEFAULT_VOLUME: 100
      STAY_TIME: 30