iniciar con webscrapper

This commit is contained in:
2025-03-13 23:03:50 +01:00
parent a8fd3b479f
commit 15d3bfd27b
2 changed files with 11 additions and 10 deletions

View File

@ -184,3 +184,4 @@ def search_from_keywords_file():
logging.info(f"Error al leer el archivo 'keywords.txt': {e}")
# Ejecutar la búsqueda desde el archivo
search_from_keywords_file()

View File

@ -18,16 +18,16 @@ services:
networks:
- goshawk-network
telegrambot:
build: ./bot
container_name: telegrambot_app
restart: always
ports:
- "8180:8080"
depends_on:
- app
networks:
- goshawk-network
# telegrambot:
# build: ./bot
# container_name: telegrambot_app
# restart: always
# ports:
# - "8180:8080"
# depends_on:
# - app
# networks:
# - goshawk-network
networks:
goshawk-network:
external: true