fix: add image

This commit is contained in:
Jayden Pyles
2024-07-07 14:12:00 -05:00
parent 7eafce2241
commit a71c65e8ba
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ from api.backend.scraping import scrape
from api.backend.auth.auth_router import auth_router
logging.basicConfig(
level=logging.DEBUG,
level=logging.INFO,
format="%(levelname)s: %(asctime)s - %(name)s - %(message)s",
handlers=[logging.StreamHandler()],
)
+1
View File
@@ -1,5 +1,6 @@
services:
scraperr:
image: jpyles0524/scraperr:latest
build:
context: ./
container_name: scraperr