# Local-dev overlay. Auto-loaded by `docker compose up` (no -f flags needed), # IGNORED on the VPS because prod uses explicit `-f docker-compose.yml -f # docker-compose.prod.yml`. Keep dev-only conveniences here so the base # `docker-compose.yml` stays prod-ready. services: app: ports: - "${CASSANDRA_PORT:-8000}:8000"