services: web: environment: NODE_ENV: production PORT: 6003 NEXT_PUBLIC_SITE_URL: ${NEXT_PUBLIC_SITE_URL:-http://localhost:3001} ports: - "6003:6003"