fix(tests): ensure Nginx is fully spun up before starting MC container (#3763)

This commit is contained in:
Alejandro González
2025-11-15 14:47:03 +01:00
committed by GitHub
parent 2d1e96f5ba
commit 0e3c655d27
5 changed files with 48 additions and 5 deletions
@@ -3,9 +3,15 @@ services:
image: nginx
volumes:
- ./web:/usr/share/nginx/html
healthcheck:
test: ["CMD", "curl", "--fail", "http://localhost/pack.toml"]
interval: 3s
timeout: 5s
retries: 3
mc:
depends_on:
- web
web:
condition: service_healthy
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
environment:
EULA: "true"