version: "3.7" services: web: environment: FRONTEND_HTTP_PORT: "8080" BACKEND_MAINNET_HTTP_HOST: "api" image: mempool/frontend:latest user: "1000:1000" restart: on-failure stop_grace_period: 1m command: "./wait-for db:3306 --timeout=720 -- nginx -g 'daemon off;'" ports: - 80:8080 healthcheck: test: ["CMD-SHELL", "curl -f http://localhost:8080/ | grep -q '