Compose Layout
Base
compose.yml defines only the Compose project name.
Service Files
compose.postgres.yml: Postgres service and persistent volumecompose.redis.yml: Redis service and persistent volumepgbouncer/compose.ym: PgBouncer service for Postgres connection poolingcompose.pgadmin.yml: pgAdmin serviceapi/compose.api.yml: API service with healthcheck and watch configweb/compose.web.yml: Web service with watch configdocs/compose.docs.yml: Docs service with watch config
Traefik Overlay
compose.traefik.yml adds host-based HTTPS routing for deployment.