services: nike: build: . ports: - "${NIKE_PORT}:${NIKE_PORT}" env_file: - .env restart: unless-stopped healthcheck: test: ["CMD-SHELL", "curl -f http://localhost:${NIKE_PORT:-8000}/live"] interval: 30s timeout: 10s retries: 3 start_period: 40s