/
niceSOFT
/
python3-hatchling
Обзор
Документация
Войти
/
niceSOFT
/
python3-hatchling
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/index/server/docker-compose.yaml
29 строк
613 B
Cary Hawkins
Fix: Fixes devpi test flakiness with healthcheck and longer log check (#2200)
27 фев 2026, 20:59
Не верифицирован
27 фев 2026, 20:59
b998d2b
Код
Авторство
О чём код?
services: devpi: container_name: hatch-devpi build: context: devpi ports: - "3141:3141" environment: - DEVPI_INDEX_NAME - DEVPI_USERNAME - DEVPI_PASSWORD healthcheck: test: [ "CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:3141')" ] interval: 2s timeout: 5s retries: 30 start_period: 10s nginx: container_name: hatch-nginx image: nginx:alpine ports: - "8080:80" - "8443:443" volumes: - ./nginx:/etc/nginx depends_on: devpi: condition: service_healthy