services: web: environment: NODE_ENV: production NEXT_PUBLIC_SITE_URL: ${NEXT_PUBLIC_SITE_URL:-https://example.com} ports: - "${WEB_PORT:-3002}:3000"