Skip to content

Update Docker Setup and Configuration #340

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlexPyslar03
Copy link

This pull request includes updates to the Docker setup and configuration for the music bot project. Key changes include:

  • Updated the Dockerfile to allow for environment variables to be set directly through Docker Compose using the -e flag, removing the dependency on the .env file.
  • Modified the docker-compose.yml to support configuration through environment variables set in docker-compose without relying on the .env file.
  • Added detailed instructions to the README for building and running the Docker image, as well as using docker-compose for easier management of the container.

These updates aim to simplify the setup and deployment process by leveraging Docker Compose for environment variable management.

Changes:

  • Updated Dockerfile to support dynamic environment variable configuration.
  • Modified docker-compose.yml for easier deployment with customizable environment variables.
  • Updated the README with instructions for building and running the bot using Docker and Docker Compose.

Let me know if there are any questions or further adjustments needed.

@BoredKevin
Copy link
Contributor

why would it need to expose port 3000 ?

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

Successfully merging this pull request may close these issues.

2 participants