Fix: Corregir docker-compose.override y sintaxis de redes
Some checks failed
build-and-deploy / build-and-deploy (push) Failing after 21s

- Renombrar servicio 'node' a 'radiusnucleo-node' en override
- Eliminar 'version' obsoleta de ambos archivos (Docker Compose v2)
- Corregir sintaxis de networks (usar {} para redes sin config)

Esto soluciona el error: 'service node has neither an image nor a build context specified'
This commit is contained in:
2025-10-28 15:49:43 -06:00
parent dfaa67e976
commit 54bd400a75
2 changed files with 2 additions and 7 deletions

View File

@@ -1,11 +1,8 @@
version: "3.9"
services:
node:
radiusnucleo-node:
ports:
- "3000:3000"
volumes:
- ./node-api/index.js:/app/index.js:ro
- ./node-api/src:/app/src:ro
- ./frontend/dist:/app/public:ro