Split core and prometheus compose files by service
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user