mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-12 17:31:15 +00:00
13 lines
334 B
YAML
13 lines
334 B
YAML
services:
|
|
https-proxy:
|
|
image: nginx
|
|
ports:
|
|
- 8080:8080
|
|
volumes:
|
|
- $GITHUB_WORKSPACE/.github/qa-nginx-redirecting/nginx.conf:/etc/nginx/nginx.conf:ro
|
|
healthcheck:
|
|
test: ["CMD", "curl", "--fail", "localhost:8080/health"]
|
|
interval: 10s
|
|
timeout: 5s
|
|
retries: 20
|
|
start_period: 2m
|