- 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>
15 lines
333 B
Plaintext
15 lines
333 B
Plaintext
# 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
|