mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-08-22 12:26:29 +00:00
fix: add image
This commit is contained in:
+1
-1
@@ -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,5 +1,6 @@
|
||||
services:
|
||||
scraperr:
|
||||
image: jpyles0524/scraperr:latest
|
||||
build:
|
||||
context: ./
|
||||
container_name: scraperr
|
||||
|
||||
Reference in New Issue
Block a user