Skip to content
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

🚀 Docker-compose file #1525

Closed
TheJoshue opened this issue Oct 28, 2023 · 1 comment
Closed

🚀 Docker-compose file #1525

TheJoshue opened this issue Oct 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@TheJoshue
Copy link

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
/

@TheJoshue TheJoshue added the enhancement New feature or request label Oct 28, 2023
@Koomongous
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants