Split core and prometheus compose files by service

This commit is contained in:
beatz174-bit
2026-04-13 10:22:42 +10:00
parent cfbefed2e3
commit ff2d323309
13 changed files with 338 additions and 385 deletions
+1
View File
@@ -16,6 +16,7 @@ while IFS= read -r file; do
FILES+=(-f "$file")
done < <(
find "$PROJECT_ROOT/apps" "$PROJECT_ROOT/monitoring" "$PROJECT_ROOT/core" \
-maxdepth 2 \
-type f \
\( -name 'docker-compose.yml' -o -name 'docker-compose.yaml' \) \
2>/dev/null \