Files
velox-bot/.dockerignore
T
FernandoJVideira 461f8435c0 feat: add Docker support and bot configuration
- 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.
2026-03-18 13:39:31 +00:00

8 lines
71 B
Plaintext

.git
.gitignore
.env
*.md
Dockerfile
docker-compose*.yml
.dockerignore