feat: Docker para CBC con acceso limitado

- Dockerfile minimal con Python 3.11
- docker-compose.yml con volumenes controlados
- .dockerignore para build eficiente
- Script de inicio start.sh
- .env.example para configuración

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
renato97
2026-02-25 17:44:09 +00:00
parent d50772d962
commit a7726365d7
6 changed files with 129 additions and 0 deletions

14
docker/.env.example Normal file
View File

@@ -0,0 +1,14 @@
# CBCFacil - Configuración Docker
# Copiar a .env y completar con tus credenciales
# API Keys
ANTHROPIC_AUTH_TOKEN=tu_token_aqui
# Nextcloud
NEXTCLOUD_URL=https://nextcloud.tudominio.com/remote.php/webdav
NEXTCLOUD_USER=tu_usuario
NEXTCLOUD_PASSWORD=tu_password
# Telegram
TELEGRAM_TOKEN=tu_token_bot
TELEGRAM_CHAT_ID=tu_chat_id