- Introduced Dockerfile for building the bot application using Go. - Added .dockerignore to exclude unnecessary files from the Docker context. - Updated docker-compose.yml to define the bot service and its dependencies, including environment variables for database and Lavalink configuration. - Modified internal configuration to streamline environment variable handling.
8 lines
71 B
Plaintext
8 lines
71 B
Plaintext
.git
|
|
.gitignore
|
|
.env
|
|
*.md
|
|
Dockerfile
|
|
docker-compose*.yml
|
|
.dockerignore
|