services: web: environment: NODE_ENV: production PORT: 5003 NEXT_PUBLIC_SITE_URL: ${NEXT_PUBLIC_SITE_URL:-https://example.com} ports: - "5003:5003"