Skip to content

Development

This section documents how to run the Feyenoord platform locally, including application-specific guides, the Docker Compose infrastructure, and the shared base image.

What's Here

Getting Started

Quick-start commands, convenience scripts, and when to use :build variants.

Applications

  • Web - Next.js dev server (runs outside Docker)
  • API - REST/GraphQL API (runs inside Docker)
  • Native - iOS and Android mobile apps

Infrastructure

  • Docker Compose - Service architecture, profiles, networking, and volumes
  • Base Image - Shared Dockerfile.base used by all Node.js services

Observability