Bot Discord - Commit completo con todos los cambios

This commit is contained in:
Admin
2026-01-16 20:24:38 -06:00
commit cf8ecfcf64
151 changed files with 28808 additions and 0 deletions

20
docker/docker-compose.local.yml Executable file
View File

@@ -0,0 +1,20 @@
version: '3.8'
services:
bot-lastwar:
container_name: bot_lastwar_funcionando
build:
context: .
dockerfile: docker/Dockerfile
ports:
- "8086:80"
environment:
- APP_ENVIRONMENT=pruebas
- USE_LOCALHOST=true
- TZ=UTC
volumes:
- .:/var/www/html/bot:rw
- ./docker/supervisor/supervisord.conf:/etc/supervisor/supervisord.conf:ro
working_dir: /var/www/html/bot
restart: unless-stopped
command: ["/entrypoint.sh"]