FROM node:20-alpine
The foundation. Multi-stage builds often start with a lightweight "Alpine" linux base to minimize security surface area and image size.
Service: Web
The main application service. depends_on ensures the database and cache containers start before the app, while ports maps the internal traffic to your host.