updated docker and proxy service

This commit is contained in:
Bojan Kucera 2025-06-07 21:56:16 -04:00
parent 6cb6eb192c
commit a7cca4d4a1
3 changed files with 25 additions and 22 deletions

View file

@ -10,7 +10,8 @@ async function demonstrateCustomProxySource() {
logger.info('🔧 Demonstrating custom proxy source...');
try {
const count = await proxyService.fetchProxiesFromSources();
await proxyService.fetchProxiesFromSources();
console.log('🔧 Demonstrating custom proxy source is DONE!');
} catch (error) {
logger.error('❌ Custom source scraping failed',{
error: error