# Debug-only port mappings. Auto-loaded by Docker Compose in development. # Do NOT deploy this file to production. services: database: ports: - "5432:5432" prometheus: ports: - "9090:9090"