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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user