Rename Wallamonitor to Wallabicher across all files and update related configurations in Docker and documentation. Adjusted service names, container names, and references in scripts and frontend components to reflect the new naming convention.

This commit is contained in:
Omar Sánchez Pizarro
2026-01-19 22:04:25 +01:00
parent 609d9e24e7
commit dc9c9130aa
23 changed files with 198 additions and 150 deletions

View File

@@ -47,7 +47,7 @@ Abre: **http://localhost:3000**
| **Frontend** | 3000 | Interfaz web Vue |
| **Backend** | 3001 | API Node.js |
| **Redis** | 6379 | Cache de artículos |
| **Wallamonitor** | - | Servicio Python (interno) |
| **Wallabicher** | - | Servicio Python (interno) |
## 🔧 Comandos Básicos
@@ -56,7 +56,7 @@ Abre: **http://localhost:3000**
docker-compose logs -f
# Ver logs de un servicio específico
docker-compose logs -f wallamonitor
docker-compose logs -f wallabicher
# Detener
docker-compose down