poslední změny

This commit is contained in:
2025-10-20 13:49:38 +02:00
parent 561a91d023
commit 89e32b1d28
9 changed files with 40 additions and 76 deletions

View File

@@ -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