poslední změny
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
@@ -10,7 +9,7 @@ services:
|
||||
volumes:
|
||||
- .:/app
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pytest -q tests/test_scraper.py::test_get_google_first_page_maps_output || exit 1"]
|
||||
test: ["CMD-SHELL", "python -m pytest || exit 1"]
|
||||
interval: 1m
|
||||
timeout: 20s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user