15 lines
314 B
YAML
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
|