nuke/test/healthcheck/docker-compose.yaml
fucksophie 02b9aebbe5
Some checks failed
Docker image builds / build (push) Failing after 4m22s
NUKE
2026-02-07 14:27:38 +02:00

15 lines
314 B
YAML

services:
web:
image: ghcr.io/xe/nginx-micro:v1.29.0
nuke:
image: ko.local/nuke
environment:
TARGET: http://web:80
USE_REMOTE_ADDRESS: "true"
healthcheck:
test: ["CMD", "nuke", "--healthcheck"]
interval: 5s
timeout: 30s
retries: 5
start_period: 500ms