# Local, read-only source override for repairing the existing normalizer without # rebuilding an image on a memory-constrained operator machine. No extra service. services: normalizer: volumes: - type: bind source: ${MISSIONCORE_NORMALIZER_SOURCE:?Set the absolute normalizer.py path} target: /app/normalizer.py read_only: true