Galera,
Ao tentar subir as maquinas com o docker-compose, me é apresentado erro 404 para o registro.
Achei que era conexão e/ou resolução de DNS, contudo consigo acessar via wget sem problema algum:
[root@padawan findocker]# wget https://registry.npmjs.org/express
--2020-05-23 01:48:17-- https://registry.npmjs.org/express
Resolvendo registry.npmjs.org (registry.npmjs.org)... 2606:4700::6810:1b23, 2606:4700::6810:1623, 2606:4700::6810:1123, ...
Conectando-se a registry.npmjs.org (registry.npmjs.org)|2606:4700::6810:1b23|:443... conectado.
A requisição HTTP foi enviada, aguardando resposta... 200 OK
Tamanho: 636852 (622K) [application/json]
Salvando em: “express”
express 100%[==================================================================================>] 621,93K 1,99MB/s em 0,3s
2020-05-23 01:48:18 (1,99 MB/s) - “express” salvo [636852/636852]
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/express
npm ERR! 404
npm ERR! 404 'express@^4.15.3' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'www'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-05-23T05_46_25_519Z-debug.log
ERROR: Service 'node1' failed to build: The command '/bin/sh -c npm install' returned a non-zero code: 1
Conseguem me dar um help??