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:
14
docker/.env.example
Normal file
14
docker/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user